0.1.1 • Published 11 months ago

@kaas-devteam/commitlint-config v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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",
}