commitlint-config-b2broker
Version:
Shareable commitlint config
20 lines (13 loc) • 1.38 kB
Markdown
# commitlint-config-b2broker  [](https://badge.fury.io/gh/b2broker%2Fcommitlint-config) [](https://badge.fury.io/js/commitlint-config-b2broker) [](https://snyk.io/test/github/b2broker/commitlint-config) [](https://github.com/prettier/prettier) [](https://github.com/semantic-release/semantic-release) [](https://conventionalcommits.org)   
Shareable commitlint config.
## Installation
```bash
npm install --save-dev commitlint-config-b2broker
```
### Usage
Extend your config in the `.commitlintrc.json` file:
```json
{
"extends": "b2broker"
}
```