@linters/commitlint-config
v2.2.1
Published
The commitlint config you have been looking for.
Maintainers
Readme
CommitLint Config
commitlint checks if your commit messages meet the conventional commit format.
Install
yarn add @commitlint/cli @linters/commitlint-config -DUsage
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'],
}