Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@form8ion/commitlint-config

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/commitlint-config

shareable config for commitlint

  • 1.0.61
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
decreased by-73.64%
Maintainers
2
Weekly downloads
 
Created
Source

commitlint-config

shareable config for commitlint

Node CI Workflow Status SLSA Level 2

Usage

npm MIT license

This config extends commitlint-config-travi

Installation

$ npm install @form8ion/commitlint-config --save-dev

Define the config for your project

$ echo "module.exports = {extends: ['@form8ion']};" > .commitlintrc.js

Define the npm script for husky

{
  "scripts": {
    "commitmsg": "commitlint -e"
  }
}

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Package last updated on 26 Oct 2023

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