0.0.1-alpha.6 • Published 4 years ago

@cirocfc/yet-another-commitlint-config v0.0.1-alpha.6

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

npm Commitizen friendly

yet-another-commitlint-config

My personal Commitlint config

Usage

yarn add -D @cirocfc/yet-another-commitlint-config
// commitlint.config.js
module.exports = {
  extends: ['@cirocfc/yet-another-commitlint-config'],
};

* Make sure to install required peerDependencies:

yarn add -D @commitlint/cli