0.3.0 • Published 6 years ago
cz-adapter-eslint v0.3.0
cz-adapter-eslint
A commitizen adapter for the conventional-changelog eslint preset.
Installation
Global
npm install --global cz-adapter-eslint
# Set as the default adapter.
echo '{ "path": "cz-adapter-eslint" }' > ~/.czrcLocal
npm install --save-dev cz-adapter-eslint"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
}
}Usage
Once installed, stage your changes and run
git czinstead of git commit.