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 fd76bcb commit c2134c9Copy full SHA for c2134c9
.husky/pre-commit
@@ -1 +1 @@
1
-npm test
+lint-staged && npm test
package.json
@@ -47,10 +47,7 @@
47
]
48
},
49
"lint-staged": {
50
- "*.js": [
51
- "eslint --fix",
52
- "git add"
53
- ]
+ "*.js": "eslint --fix"
54
55
"eslintConfig": {
56
"extends": "airbnb-base",
0 commit comments