commitlint-config 1.2.1
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/commitlint-config@1.2.1
Install via package.json:
"@ahiho/commitlint-config": "1.2.1"
About this version
Ahiho's full commit lint config.
Read the Commitlint docs for more information.
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"
]
},