Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.22 KB

File metadata and controls

43 lines (31 loc) · 1.22 KB

@jdp-dev/commitlint-config GitHub Build Status npm MIT License

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.

License

MIT © John Darryl Pelingo