Skip to content

Commit

Permalink
fix: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ageev committed Dec 12, 2024
1 parent a5b0d7e commit f8ebec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:watch-all": "jest --detectOpenHandles --watchAll",
"commitlint": "commitlint --from=HEAD~1",
"lint": "npm run lint:js && npm run commitlint",
"lint:js": "eslint --max-warnings 0",
"lint:fix": "eslint --max-warnings 0 --fix",
"lint:js": "rm -rf coverage && eslint --max-warnings 0",
"lint:fix": "rm -rf coverage && eslint --max-warnings 0 --fix",
"pre-commit": "npm run lint && npm run test -- --silent --verbose false"
},
"husky": {
Expand Down

0 comments on commit f8ebec8

Please sign in to comment.