An open API service indexing awesome lists of open source software.

https://github.com/jonasschubert/commitlint-presets

Commitlint presets.
https://github.com/jonasschubert/commitlint-presets

commitlint commitlint-config commitlint-preset

Last synced: 6 months ago
JSON representation

Commitlint presets.

Awesome Lists containing this project

README

          

# commitlint-presets

🔧 Commitlint presets.

> This is not in any way connected or related to the official [conventional-changelog](https://github.com/conventional-changelog) group and only maintained by [me](https://github.com/JonasSchubert) and optimized for my usage with Gitlab.

## Usage

Register the package in your package.json as followed:

```json
...

"dependencies": {
"commitlint-presets": "{VERSION}",
...
```

### Usage

Update your commitlint config, e.g. commitlint.config.js:
```js
module.exports = {
extends: [
'./node_modules/commitlint-presets/index.js'
]
};
```

## Support

| [jonas.schubert](https://github.com/JonasSchubert) |
| :---: |
| [Jonas Schubert](mailto:jonas.schubert.projects@web.de) |