https://github.com/roms1383/commitlint-config-kroms
Custom preset for commitlint
https://github.com/roms1383/commitlint-config-kroms
commitlint-config
Last synced: 4 months ago
JSON representation
Custom preset for commitlint
- Host: GitHub
- URL: https://github.com/roms1383/commitlint-config-kroms
- Owner: Roms1383
- License: mit
- Created: 2019-05-26T15:21:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-21T09:54:22.000Z (4 months ago)
- Last Synced: 2025-10-21T11:42:01.072Z (4 months ago)
- Topics: commitlint-config
- Language: JavaScript
- Size: 558 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commitlint-config-kroms
[](https://www.npmjs.com/package/commitlint-config-kroms) [](LICENSE) [](https://travis-ci.org/Roms1383/commitlint-config-kroms) [](https://renovatebot.com) [](https://david-dm.org/) [](https://github.com/semantic-release/semantic-release) [](https://github.com/carloscuesta/gitmoji)
Custom preset for commitlint
*****
Learn about commitlint [here](https://github.com/conventional-changelog/commitlint).
## Installation
If used as a dev dependency :
Yarn :
```sh
yarn add commitlint-config-kroms --dev
```
NPM :
```sh
npm install commitlint-config-kroms --save-dev
```
## Usage
Add a `.commitlintrc.yml` at the root of your project with :
```yml
extends:
- kroms
```
More informations available [here](https://github.com/conventional-changelog/commitlint).
## Update
This package's emojis list (based on [gitmoji](https://gitmoji.carloscuesta.me)) can be updated easily by calling :
```sh
yarn generate
```
*****
_Romain KELIFA - MIT - 2019-2021_