Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit f8ebec8

Browse files
author
Pavel Ageev
committed
fix: fix linting
1 parent a5b0d7e commit f8ebec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:watch-all": "jest --detectOpenHandles --watchAll",
1111
"commitlint": "commitlint --from=HEAD~1",
1212
"lint": "npm run lint:js && npm run commitlint",
13-
"lint:js": "eslint --max-warnings 0",
14-
"lint:fix": "eslint --max-warnings 0 --fix",
13+
"lint:js": "rm -rf coverage && eslint --max-warnings 0",
14+
"lint:fix": "rm -rf coverage && eslint --max-warnings 0 --fix",
1515
"pre-commit": "npm run lint && npm run test -- --silent --verbose false"
1616
},
1717
"husky": {

0 commit comments

Comments
 (0)