@huzan/hz-cz

1.4.3 • Public • Published

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'],
}

语义化版本 约定式提交

Readme

Keywords

none

Package Sidebar

Install

npm i @huzan/hz-cz

Weekly Downloads

1

Version

1.4.3

License

MIT

Unpacked Size

26.7 kB

Total Files

18

Last publish

Collaborators

  • huzan