Package Exports
- commitlint-config-cz
- commitlint-config-cz/lib/cz-config
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 (commitlint-config-cz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
commitlint-config-cz
commitlint sharable configuration files.
If .cz-config.js that is for @whizark/cz-cli or
cz-customizable exists in your package root directory, its
{types,scopes,scopeOverrides} are merged with
rules.{type-enum,scope-enum}.
Installation
Install commitlint-config-cz as a local dependency.
npm install commitlint-config-cz --save-devUsage
Extend commitlint-config-cz in commitlint.config.js.
{
"extends": [
"cz"
]
}