@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

Readme

Keywords

Package Sidebar

Install

npm i @koober/commitlint-config

Weekly Downloads

161

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