Custom preset for commitlint
Learn about commitlint here.
If used as a dev dependency :
Yarn :
yarn add commitlint-config-kroms --dev
NPM :
npm install commitlint-config-kroms --save-dev
Add a .commitlintrc.yml
at the root of your project with :
extends:
- kroms
More informations available here.
This package's emojis list (based on gitmoji) can be updated easily by calling :
yarn generate
Romain KELIFA - MIT - 2019-2021