We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b1a09 commit d42e078Copy full SHA for d42e078
package.json
@@ -8,6 +8,7 @@
8
"format": "prettier --write **/*.js",
9
"lint": "eslint **/*.js",
10
"test": "jest",
11
+ "precommit_nolint": "npm run restore && npm run format&& npm run test",
12
"precommit": "npm run restore && npm run format && npm run lint && npm run test"
13
},
14
"repository": {
0 commit comments