🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@form8ion/commitlint-config

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

2.0.6
latest
Source
npm
Version published
Weekly downloads
6.5K
51.55%
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 08 May 2025

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