Skip to content

Latest commit

 

History

History

commitlint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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