1.1.0 • Published 4 years ago

@code-quality/commitlint-config v1.1.0

Weekly downloads
58
License
-
Repository
github
Last release
4 years ago

Actions Status Dependabot Mergify Status

CommitLint Config

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

Install

yarn add @code-quality/commitlint-config -D

Usage

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

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

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