open-turo version of config-conventional
npm install @open-turo/commitlint-config-conventionalThis is an extension of the rules within @commitlint/config-conventional for
the purposes of overriding certain values as deemed necessary. Those rules
that this module is overriding are noted here:
- body-max-line-length Increased to 300 characters to allow for commit messages that would otherwise exceed the 100 character limit.




!CI


The following commands will install this module for your Node.js based project if you are using npm or yarn, via the project's package.json file.
```
npm install --include=dev @open-turo/commitlint-config-conventional
``
yarn add @open-turo/commitlint-config-conventional -D
To make use of this module, simply include it in your conventional .commitlintrc.yaml file, as depicted below:
```
extends:
- "@open-turo/commitlint-config-conventional"