1.0.11 • Published 3 years ago

@koober/commitlint-config v1.0.11

Weekly downloads
3,719
License
MIT
Repository
gitlab
Last release
3 years ago

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

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago