chinese-colors/.huskyrc

7 lines
105 B
Plaintext
Raw Normal View History

2019-08-27 17:27:26 +08:00
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}