Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@open-turo/commitlint-config-conventional

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-turo/commitlint-config-conventional

open-turo version of config-conventional

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
379
increased by64.78%
Maintainers
1
Weekly downloads
 
Created
Source

commitlint-config-conventional

This is an extension of the rules within @commitlint/config-conventional for the purposes of overriding certain values as deemed necessary. Those rules that this module is overriding are noted here:

  • body-max-line-length Increased to 300 characters to allow for commit messages that would otherwise exceed the 100 character limit.

Release Tests pass/fail License Contributions welcome CI semantic-release: angular Join us!

Node.js based project installation

The following commands will install this module for your Node.js based project if you are using npm or yarn, via the project's package.json file.

npm installation

npm install --include=dev @open-turo/commitlint-config-conventional

yarn installation

yarn add @open-turo/commitlint-config-conventional -D

Usage

To make use of this module, simply include it in your conventional .commitlintrc.yaml file, as depicted below:

extends:
  - "@open-turo/commitlint-config-conventional"

Keywords

FAQs

Package last updated on 27 Mar 2023

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