1.2.0 • Published 4 months ago

@kuzanatoliorg/commitlint-config v1.2.0

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

@kuzanatoliorg/commitlint-config

Shared configuration to use a commitlint library into the scope of @kuzantoliorg projects.

Precondition

The package requires the installations:

@commitlint/cli

@commitlint/config-conventional

Install:

npm

npm install @kuzanatoliorg/commitlint-config --save-dev

yarn

yarn add @kuzanatoliorg/commitlint-config --dev

Usage:

In case you don't have configuration the following commitlint.config.js configuration will be generated into the repository:

module.exports = {
  extends: ['@commitlint/config-conventional'],
  rules: {
    'references-empty': [2, 'never'],
    'subject-case': [0, 'always'],
  },
};
1.2.0

4 months ago

1.1.0

6 months ago

1.0.0

8 months ago

0.1.0

8 months ago