Socket
Socket
Sign inDemoInstall

@form8ion/commitlint-config

Package Overview
Dependencies
Maintainers
2
Versions
77
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


Version published
Weekly downloads
11K
increased by33.93%
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 25 Jan 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