@pragmatic-divops/commitlint-config
v1.0.69
Published
shareable config for commitlint
Readme
commitlint-config
shareable config for commitlint
Table of Contents
Usage
This config extends @form8ion/commitlint-config
Installation
$ npm install @pragmatic-divops/commitlint-config --save-devDefine the config for your project
$ echo "module.exports = {extends: ['@pragmatic-divops']};" > .commitlintrc.jsDefine the npm script for husky
{
"scripts": {
"commitmsg": "commitlint -e"
}
}Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test