@kaas-devteam/commitlint-config
v0.1.1
Published
KaaS's commitlint config
Downloads
1
Readme
Installation
$ npm install @commitlint/cli @kaas-devteam/commitlint-config --save-dev
$ // or yarn add @commitlint/cli @kaas-devteam/commitlint-config -D
Usage
Set your commitlint
config to
{
"extends": "@kaas-devteam/commitlint-config"
}
Extending the config
Simply add a "rules" key to your config, then add your overrides and additions there.
For example, to turn off the scss/dollar-variable-pattern rule:
{
"extends": "@kaas-devteam/commitlint-config",
}