2.1.0 • Published 5 years ago

@priver/commitlint-config v2.1.0

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

@priver/commitlint-config

Shareable config for commitlint.

npm version npm downloads license

Installation

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

Usage

Add the following in your .commitlintrc.json:

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