Detalhes do pacote

@bubkoo/commitlint-config

bubkoo1.6kMIT2.0.0

Shared commitlint config for my projects

commitlint, config, configuration

readme (leia-me)

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