Skip to content

Latest commit

 

History

History

commitlint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

commitlint-config-airlight

Commitlint config to make product commits beatiful

Installation

npm install commitlint-config-airlight --save-dev
# or
yarn add commitlint-config-airlight -D

Dependencies

Usage

commitlint.config.js

module.exports = { extends: ['commitlint-config-airlight'] };

Rules

We used following rules.

Change these configs by your needs

See here

License

MIT