synclounge/.huskyrc

6 lines
132 B
Plaintext

{
"hooks": {
"pre-commit": "lint-staged && npm run lint -- --no-fix",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}