@totejs/commitlint-config

0.1.0 • Public • Published

@totejs/commitlint-config

Reference: https://www.conventionalcommits.org/en/v1.0.0/

Install

yarn add @totejs/commitlint-config -D

How to use

// package.json
{
  "commitlint": {
    "extends": [
      "@totejs/commitlint-config"
    ]
  }
}

// For rush monorepo
{
  "commitlint": {
    "extends": [
      "@totejs/commitlint-config/rush"
    ]
  }
}

Commit Message Type

Must be one of the following:

  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

Readme

Keywords

none

Package Sidebar

Install

npm i @totejs/commitlint-config

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

2.77 kB

Total Files

6

Last publish

Collaborators

  • node-real-npm