Skip to content

fabulator/commitlint-config-fabulator

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2025
Dec 16, 2023
Dec 16, 2023
Jul 18, 2020
Dec 16, 2023
Jul 18, 2020
Dec 16, 2023
Jul 18, 2020
Dec 16, 2023
Jul 18, 2020
Jul 18, 2020
Mar 10, 2025
Dec 16, 2023
Dec 16, 2023
Jul 18, 2020

Repository files navigation

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.