ci(pre-commit): lint everything
This commit is contained in:
parent
7eba6a708e
commit
70f0b513e7
2
.huskyrc
2
.huskyrc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-commit": "lint-staged && npm run lint -- --no-fix",
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
# .gitignore syntax (uses node-ignore behind the scenes)
|
Loading…
Reference in New Issue