Shareable commitlint config as we do at Bloq.
Install the config locally:
npm install --save-dev commitlint-config-bloq
Then, extend your own configuration:
{
"extends": ["bloq"]
}
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.