@binance-chain/commitlint-config

0.3.3 • Public • Published

@binance-chain/commitlint-config

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

How to use

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

// For monorepo
{
  "commitlint": {
    "extends": [
      "@binance-chain/commitlint-config/lerna"
    ]
  }
}

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.30latest
0.2.2-beta.1970beta

Version History

VersionDownloads (Last 7 Days)Published
0.3.30
0.3.20
0.3.10
0.3.00
0.2.2-beta.1970
0.2.10
0.2.01
0.1.20
0.0.3-beta.6a70fb6.130

Package Sidebar

Install

npm i @binance-chain/commitlint-config

Weekly Downloads

1

Version

0.3.3

License

MIT

Unpacked Size

7.97 kB

Total Files

8

Last publish

Collaborators

  • binance-chain-npm