@socifi/commitlint-config

1.1.0 • Public • Published

Commitlint Config

npm version CircleCI

Shareable config for commitling.

How to use

Create commitlint.config.js file and enter following config:

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

Format of Commit message

Changed: CON-865 Some change in code.

Type

Following types are allowed:

  • Changed
  • Fixed
  • Removed
  • Added
  • Depreciated
  • Docs
  • Refactored
  • Test - should not be in master branch
  • InProgress, WIP - should not be in master branch

Reference

Reference to JIRA issue. eg. CON-156. It is recommended but not required.

Commit message

MUST exist.

Package Sidebar

Install

npm i @socifi/commitlint-config

Weekly Downloads

7

Version

1.1.0

License

Apache-2.0

Unpacked Size

15.5 kB

Total Files

7

Last publish

Collaborators

  • socifi-ci
  • tholsti