@cryptium/util-commitlint-config-type-enum

Shareable commitlint config with custom type enum

Usage no npm install needed!

<script type="module">
  import cryptiumUtilCommitlintConfigTypeEnum from 'https://cdn.skypack.dev/@cryptium/util-commitlint-config-type-enum';
</script>

README

commitlint-config-type-enum

Preferred list of types for use with commitlint.

Each type is either a verb in its bare infinitive form or a singular noun.

Based on config-angular-type-enum with the following changes:

  • replaced feat with add
  • replaced docs with doc
  • added improve