Package Exports
- cz-adapter-eslint
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cz-adapter-eslint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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" }' > ~/.czrc
Local
npm install --save-dev cz-adapter-eslint
"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
}
}
Usage
Once installed, stage your changes and run
git cz
instead of git commit
.