Socket
Socket
Sign inDemoInstall

@binance-chain/commitlint-config

Package Overview
Dependencies
38
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @binance-chain/commitlint-config

Shareable commitlint config enforcing conventional commits


Version published
Weekly downloads
4
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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

FAQs

Last updated on 18 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc