Eslint integration (#2885)
* eslint integration * ci & pre commit * dev * dev * dev
This commit is contained in:
@@ -31,6 +31,10 @@ jobs:
|
||||
npm ci
|
||||
npm run test
|
||||
|
||||
- name: Run ESLint
|
||||
run: |
|
||||
npm run lints
|
||||
|
||||
- name: Run Prettier
|
||||
run: |
|
||||
npm run format:check
|
||||
|
||||
Reference in New Issue
Block a user