commitlint-config 1.10.1
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/commitlint-config@1.10.1
Install via package.json:
"@ahiho/commitlint-config": "1.10.1"
About this version
Ahiho's full commit lint config.
Read the Commitlint docs for more information.
- NodeJS (version >= 14.x and <= 21)
yarn add --dev @ahiho/commitlint-config
The commitlint config should be applied to a package's package.json
in a Lerna project.
"commitlint": {
"extends": [
"@ahiho/commitlint-config"
]
},