Eslint integration (#2885)

* eslint integration

* ci & pre commit

* dev

* dev

* dev
This commit is contained in:
Alexandr Garbuzov
2023-07-03 09:54:19 +03:00
committed by GitHub
parent de4efa9ea1
commit 6c92fe9d2a
26 changed files with 1677 additions and 229 deletions
+4
View File
@@ -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