commitlint-config-fabulator

6.1.0 • Public • Published

Commitlint Config

Shareable config for commitling.

How to use

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

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

Format of Commit message

Changed: 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

Commit message

MUST exist.

/commitlint-config-fabulator/

    Package Sidebar

    Install

    npm i commitlint-config-fabulator

    Weekly Downloads

    23

    Version

    6.1.0

    License

    Apache-2.0

    Unpacked Size

    22.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • fabulator