Skip to content

Shareable commitlint config as we do at Bloq

License

Notifications You must be signed in to change notification settings

bloq/commitlint-config-bloq

Repository files navigation

commitlint-config-bloq

Shareable commitlint config as we do at Bloq.

Usage

Install the config locally:

npm install --save-dev commitlint-config-bloq

Then, extend your own configuration:

{
  "extends": ["bloq"]
}

Inspiration

The rules this package sets are based on The seven rules of a great Git commit message, a 2014 post by Chris Beams worth reading even today.