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 e755ada commit a662801Copy full SHA for a662801
package.json
@@ -78,7 +78,7 @@
78
"husky": {
79
"hooks": {
80
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
81
- "pre-commit": "npm run affected:lint -- --uncommitted --parallel -- --fix"
+ "pre-commit": "lint-staged"
82
}
83
},
84
"lint-staged": {
0 commit comments