synclounge/.huskyrc

6 lines
132 B
Plaintext
Raw Normal View History

2020-08-24 00:12:33 +00:00
{
"hooks": {
2020-09-27 22:12:31 +00:00
"pre-commit": "lint-staged && npm run lint -- --no-fix",
2020-08-24 00:12:33 +00:00
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}