You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@form8ion/commitlint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

@form8ion/commitlint-config

shareable config for commitlint

2.0.4
80

Supply Chain Security

100

Vulnerability

97

Quality

92

Maintenance

100

License

Version published
Weekly downloads
3.1K
-52.88%
Maintainers
2
Weekly downloads
 
Created
Issues
1

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 02 Feb 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