2.0.2 • Published 2 years ago

@kettil/commitlint-config v2.0.2

Weekly downloads
151
License
MIT
Repository
github
Last release
2 years ago

commitlint-config

npm David Release GitHub

The library contains the commitlint configuration.

Installation

npm install -D @commitlint/config-conventional @commitlint/cli @kettil/commitlint-config

Quick Start

To use this configuration, create the file .commitlintrc.json with the following content:

{
  "extends": ["@kettil"]
}

You can find the list of rules in the commitlint project.