0.1.0 • Published 3 years ago

@duiyuan/commitlint-config v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Installation

$ npm install @commitlint/cli @duiyuan/commitlint-config --save-dev
$ // or yarn add @commitlint/cli @duiyuan/commitlint-config -D

Usage

Set your commitlint config to

{
  "extends": "@duiyuan/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": "@duiyuan/commitlint-config",
}