commitlint-config-bloq
v1.1.0
Published
Shareable commitlint config as we do at Bloq
Downloads
258
Maintainers
Readme
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.