@koober/commitlint-config

1.0.11 • Public • Published

Koober Commitlint configuration (@koober/commitlint-config)

NPM Version License

Commitlint configuration presets

Installation

npm install --save-dev @koober/commitlint-config @commitlint/cli

Usage

In the package.json of your project

{
    "commitlint": {
        "extends": ["@koober/commitlint-config"],
        "rules": {}
    },
    "husky": {
        "hooks": {
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }  
    }
}

License

MIT © Julien Polo julien.polo@koober.com

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.11
    405
    • latest

Version History

Package Sidebar

Install

npm i @koober/commitlint-config

Weekly Downloads

183

Version

1.0.11

License

MIT

Unpacked Size

4.3 kB

Total Files

4

Last publish

Collaborators

  • jpolo
  • alexandrech
  • avatar-koober
  • alexwf.koober
  • jarvis_koober