1.0.0 • Published 4 years ago

@libertyio/commitlint-config-type-enum v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Introduction

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

Development

How to build:

npm run lint
npm run build

Commits in this repository are also checked by commitlint. To update the rules, copy the types array from src/main.js to the top of commitlint.config.js.