Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bubkoo/commitlint-config

bubkoo2.2kMIT2.0.0

Shared commitlint config for my projects

commitlint, config, configuration

readme

commitlint-config

Shared commitlint config for my projects.

Install

npm install --save-dev @bubkoo/commitlint-config

Usage

Add the following section into the package.json file.

{
  "commitlint": {
    "extends": [
      "@bubkoo/commitlint-config"
    ]
  },
}