We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7a211 commit 5560d97Copy full SHA for 5560d97
.husky/.gitignore
@@ -0,0 +1 @@
1
+_
.husky/pre-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+node bin/lint-staged.js
package.json
@@ -26,11 +26,6 @@
26
"test": "jest --coverage",
27
"test:watch": "jest --watch"
28
},
29
- "husky": {
30
- "hooks": {
31
- "pre-commit": "./bin/lint-staged.js"
32
- }
33
- },
34
"dependencies": {
35
"chalk": "^4.1.1",
36
"cli-truncate": "^2.1.0",
0 commit comments