Skip to content

Commit

Permalink
eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Mar 29, 2024
1 parent b6f9fe0 commit 6714caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run format:check

- name: Run ESLint
run: npm run lint
run: npm run lint:check

- name: Run Tests
run: npm run test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --fix --ext .ts src/** tests/**",
"lint:check": "eslint --ext .ts src/** tests/**",
"format": "prettier --config .prettierrc './**/*.ts' --write",
"format:check": "prettier --config .prettierrc './**/*.ts' --check"
},
Expand Down

0 comments on commit 6714caa

Please sign in to comment.