Commitlint config to make product commits beatiful
npm install commitlint-config-airlight --save-dev
# or
yarn add commitlint-config-airlight -D
commitlint.config.js
module.exports = { extends: ['commitlint-config-airlight'] };
We used following rules.
Change these configs by your needs
See here
MIT