1.0.0 • Published 5 years ago
commitlint-config v1.0.0
commitlint-config
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"
]
}
}