Skip to content

Roms1383/commitlint-config-kroms

Repository files navigation

commitlint-config-kroms

Latest Release License Build Status Renovate Dependencies Semantic Release Gitmoji

Custom preset for commitlint


Learn about commitlint here.

Installation

If used as a dev dependency :

Yarn :

yarn add commitlint-config-kroms --dev

NPM :

npm install commitlint-config-kroms --save-dev

Usage

Add a .commitlintrc.yml at the root of your project with :

extends:
  - kroms

More informations available here.

Update

This package's emojis list (based on gitmoji) can be updated easily by calling :

yarn generate

Romain KELIFA - MIT - 2019-2021