We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76050a commit 61a46ecCopy full SHA for 61a46ec
package.json
@@ -19,7 +19,7 @@
19
},
20
"husky": {
21
"hooks": {
22
- "pre-commit": "prettier --write . && git add -A ."
+ "pre-commit": "npm run format && npm run lint"
23
}
24
25
"keywords": [],
0 commit comments