Shareable commitlint config for SEEK
npm install commitlint-config-seek   
Shareable commitlint configuration for SEEK.
This configuration uses the conventional commit format, with a couple of exceptions:
- Scopes are case insensitive (rather than lower case), most notably to support React components, e.g. fix(Button): ...
- Subjects are sentence case (rather than lower case), because it (arguably) improves readability.
package.json like so:``js``
{
"commitlint": {
"extends": "commitlint-config-seek"
}
}
MIT.