This package has been deprecated

Author message:

This package has been renamed. Use commitlint-config-cz instead.

conventional-changelog-lint-config-cz

0.3.0 • Public • Published

conventional-changelog-lint-config-cz

npm Build Status Build status Coverage Status

conventional-changelog-lint 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 conventional-changelog-lint-config-cz as a local dependency.

npm install conventional-changelog-lint-config-cz --save-dev

Usage

Extend conventional-changelog-lint-config-cz in .conventional-changelog-lintrc.

{
    "extends": [
        "cz"
    ]
}

Package Sidebar

Install

npm i conventional-changelog-lint-config-cz

Weekly Downloads

8

Version

0.3.0

License

MIT

Last publish

Collaborators

  • whizark