Socket
Socket
Sign inDemoInstall

@form8ion/commitlint-config

Package Overview
Dependencies
168
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @form8ion/commitlint-config

shareable config for commitlint


Version published
Weekly downloads
9.5K
increased by36.44%
Maintainers
2
Install size
9.31 MB
Created
Weekly downloads
 

Readme

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

Last updated on 13 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc