Socket
Socket
Sign inDemoInstall

@newhighsco/commitlint-config

Package Overview
Dependencies
120
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @newhighsco/commitlint-config

New High Score shareable config for commitlint


Version published
Weekly downloads
102
decreased by-54.46%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

commitlint-config NPM version

New High Score shareable config for commitlint

Installation

Install @newhighsco/commitlint-config:

yarn add -D @commitlint/cli @newhighsco/commitlint-config

Husky

@newhighsco/commitlint-config should be used in conjunction with Husky. See the Husky installation guide for more details.

Usage

New High Score commitlint rules come bundled in @newhighsco/commitlint-config. To enable these rules, add a commitlint property in your package.json. See the commitlint configuration docs for more details.

"commitlint": {
  "extends": ["@newhighsco"]
}

Now you can run commitlint by adding the following scripts to your package.json.

"husky": {
  "hooks": {
    "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  }
}

CHANGELOG

FAQs

Last updated on 23 Apr 2024

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