Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.62 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.62 KB

commitlint-config CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language node version npm downloads License

Shareable commitlint config (based on @commitlint/config-conventional).

Installation

npm i --save-dev @binden/commitlint-config

Usage

  • Add the extends property (in the .commitlintrc.json file)
{ "extends": "@binden/commitlint-config" }