Skip to content

Commit 61a46ec

Browse files
committed
integrated husky
1 parent c76050a commit 61a46ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"husky": {
2121
"hooks": {
22-
"pre-commit": "prettier --write . && git add -A ."
22+
"pre-commit": "npm run format && npm run lint"
2323
}
2424
},
2525
"keywords": [],

0 commit comments

Comments
 (0)