Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CommitLint Config

commitlint checks if your commit messages meet the conventional commit format.

Install

yarn add @commitlint/cli @linters/commitlint-config -D

Usage

This shareable config can be configured in the commitlint configuration file:

Create a commitlint.config.js configuration file file with the following contents:

module.exports = {
  extends: ['@linters/commitlint-config'],
}