Socket
Socket
Sign inDemoInstall

@pragmatic-divops/commitlint-config

Package Overview
Dependencies
205
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pragmatic-divops/commitlint-config

shareable config for commitlint


Version published
Weekly downloads
45
decreased by-58.72%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

commitlint-config

shareable config for commitlint

Node CI Workflow Status

Table of Contents

Usage

MIT license npm

This config extends @form8ion/commitlint-config

Installation

$ npm install @pragmatic-divops/commitlint-config --save-dev

Define the config for your project

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

Define the npm script for husky

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

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Last updated on 16 May 2022

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