synclounge/.huskyrc

6 lines
105 B
Plaintext
Raw Normal View History

2020-08-24 00:12:33 +00:00
{
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}