1.8.0 • Published 1 year ago

@linters/commitlint-config v1.8.0

Weekly downloads
84
License
-
Repository
github
Last release
1 year ago

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

1 year ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago