@jdp-dev/commitlint-config
v1.4.0
Published
My shareable commitlint config.
Downloads
308
Maintainers
Readme
@jdp-dev/commitlint-config
My shareable commitlint config.
Installation
npm install --save-dev @jdp-dev/commitlint-config
or
yarn add --dev @jdp-dev/commitlint-config
Usage
Add @jdp-dev/commitlint-config
to the "extends"
array in your .commitlintrc.*
file.
module.exports = {
extends: ['@jdp-dev/commitlint-config']
}
Or, you can use it in other ways as described in the official documentation.