commitlint-config-pedantic

A Commitlint config for the pedantic commit convention

Usage no npm install needed!

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

README

Commitlint Config Pedantic

Commitizen friendly NPM version NPM Downloads


Installation

npm install commitlint-config-pedantic --save-dev

Usage

Extend your commitlint.config.js:

module.exports = {
  extends: [
    'pedantic'
  ]
};

Contributing

  1. Fork it (https://github.com/SuperPaintman/commitlint-config-pedantic/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some features')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


Changelog

Changelog


License

MIT