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