Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 663 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 663 Bytes

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