1.10.1 • Published 2 years ago
@ahiho/commitlint-config v1.10.1
@ahiho/commitlint-config
Ahiho's full commit lint config.
Read the Commitlint docs for more information.
Requirement
- NodeJS (version >= 14.x and <= 21)
Installation
yarn add --dev @ahiho/commitlint-configUsage
The commitlint config should be applied to a package's package.json in a Lerna project.
"commitlint": {
"extends": [
"@ahiho/commitlint-config"
]
},