@huzan/hz-cz
v1.4.3
Published
## commit messages lint
Downloads
11
Readme
hz-cz
commit messages lint
{
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run lint-staged"
}
},
"config": {
"commitizen": {
"path": "@huzan/hz-cz/cz-conventional-changelog"
}
}
}
//commitlint.config.js
module.exports = {
extends: ['@huzan/hz-cz/commitlint-config'],
}