ci(pre-commit): lint everything

This commit is contained in:
Travis Shivers 2020-09-27 17:12:31 -05:00
parent 7eba6a708e
commit 70f0b513e7
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
2 changed files with 1 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -1 +0,0 @@
# .gitignore syntax (uses node-ignore behind the scenes)