New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@newhighsco/commitlint-config

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newhighsco/commitlint-config

New High Score shareable config for commitlint

  • 1.1.45
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
171
increased by111.11%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 15 Dec 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc