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.
- Host: GitHub
- URL: https://github.com/jonasschubert/commitlint-presets
- Owner: JonasSchubert
- License: mit
- Created: 2023-10-19T05:39:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T18:06:17.000Z (11 months ago)
- Last Synced: 2025-04-10T10:48:08.073Z (10 months ago)
- Topics: commitlint, commitlint-config, commitlint-preset
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
| [
](https://github.com/JonasSchubert) |
| :---: |
| [Jonas Schubert](mailto:jonas.schubert.projects@web.de) |