Skip to content

Commit d42e078

Browse files
committed
Update package.json
Add extra script to use while linting is broken
1 parent 34b1a09 commit d42e078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"format": "prettier --write **/*.js",
99
"lint": "eslint **/*.js",
1010
"test": "jest",
11+
"precommit_nolint": "npm run restore && npm run format&& npm run test",
1112
"precommit": "npm run restore && npm run format && npm run lint && npm run test"
1213
},
1314
"repository": {

0 commit comments

Comments
 (0)