1.4.0 • Published 2 years ago
@jdp-dev/commitlint-config v1.4.0
@jdp-dev/commitlint-config

My shareable commitlint config.
Installation
npm install --save-dev @jdp-dev/commitlint-configor
yarn add --dev @jdp-dev/commitlint-configUsage
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.