@code-quality/commitlint-config

1.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    86
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    86
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @code-quality/commitlint-config

Weekly Downloads

86

Version

1.1.0

License

none

Unpacked Size

5.55 kB

Total Files

12

Last publish

Collaborators

  • michal.jarnot