Skip to content

Commit

Permalink
ci(pre-commit): lint everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 28, 2020
1 parent 591387f commit 5344057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 5344057

Please sign in to comment.