synclounge/.huskyrc

6 lines
104 B
Plaintext
Raw Normal View History

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