@bubkoo/commitlint-config
v2.0.0
Published
Shared commitlint config for my projects
Maintainers
Readme
commitlint-config
Shared commitlint config for my projects.
Install
npm install --save-dev @bubkoo/commitlint-configUsage
Add the following section into the package.json file.
{
"commitlint": {
"extends": [
"@bubkoo/commitlint-config"
]
},
}