3.0.0 • Published 4 days ago

@untile/commitlint-config v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

Requirements

  • Node.js >= 20

Installation

With npm:

npm install @commitlint/cli @untile/commitlint-config --save-dev

Or using yarn:

yarn add @commitlint/cli @untile/commitlint-config -D

Setup

Create an .commitlintrc.cjs file with the following:

module.exports = {
  extends: ['@untile/commitlint-config']
};

Rules

  • Commit header should start to: Add|Bump|Disable|Enable|Fix|Improve|Migrate|Move|Release|Remove|Replace|Revert|Update.
  • Commit header must not be longer than 52 characters.
  • Commit header must have more than 1 word.
  • Commit body should be in sentence-case.

NOTE Follow the commitlint.js.org guide to see how to finish the configuration, using for example husky.

3.0.0

4 days ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago