Shareable commitlint config used by Heitor Neto
npm install commitlint-config-heitorh3Shareable commitlint config used by Heitor Neto.
Getting started
Installing:
``shnpm
npm i -D commitlint-config-heitorh3
Apply the config to commitlint:
`sh
echo "module.exports = {extends: ['heitorh3']};" > commitlint.config.js
``