1.0.0 • Published 5 years ago

commitlint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

commitlint-config

semantic-release

Shareable commitlint config, using the conventional commit format. At the moment this is just the default config, but putting it in the one place makes any changes down the line much easier.

Usage

$ npm install --save-dev @nabcontent/commitlint-config

and drop it into your package.json

{
  "commitlint": {
    "extends": [
      "@dylanferguson"
    ]
  }
}
1.0.0

5 years ago

0.1.0

7 years ago