commitlint-config-rocketseatdeprecated

Shareable commitlint config used by Rocketseat

Usage no npm install needed!

<script type="module">
  import commitlintConfigRocketseat from 'https://cdn.skypack.dev/commitlint-config-rocketseat';
</script>

README

commitlint-config-rocketseat

Shareable commitlint config used by Rocketseat.

Getting started

Installing:

# npm
npm i -D commitlint-config-rocketseat

# yarn
yarn add -D commitlint-config-rocketseat

Apply the config to commitlint:

echo "module.exports = {extends: ['rocketseat']};" > commitlint.config.js