2.1.0 • Published 5 years ago

@priver/commitlint-config-lerna v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@priver/commitlint-config-lerna

Shareable config for commitlint. For use in monorepositories managed by lerna.

npm version npm downloads license

DEPRECATED

You should use config-lerna-scopes.

Installation

yarn add --dev @commitlint/cli @priver/commitlint-config @priver/commitlint-config-lerna
# or
npm install --save-dev @commitlint/cli @priver/commitlint-config @priver/commitlint-config-lerna

Usage

Add the following in your .commitlintrc.json:

{
    "extends": [
        "@priver/commitlint-config",
        "@priver/commitlint-config-lerna"
    ]
}