This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## package.json Add this file in your project base dir. | |
| ## Usage: | |
| ## $ npm run init # init git hooks | |
| ## Notes: | |
| ## 1. use `git cz` instead of `git commit` | |
| ## 2. when use `git commit`, the plugin will auto validate the commit messages | |
| ## and raise errors. | |
| { | |
| "devDependencies": { | |
| "cz-conventional-changelog": "^1.1.5", |