synclounge/.huskyrc

6 lines
105 B
Plaintext

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