New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

13

index.js

@@ -1,6 +0,7 @@

var config = require("@commitlint/config-conventional");
// Increase to 300 characters for max line length in body
config["rules"]["body-max-line-length"] = [2, "always", 300];
module.exports = config;
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
// Increase to 300 characters for max line length in body
"body-max-line-length": [2, "always", 300],
},
};
{
"name": "@open-turo/commitlint-config-conventional",
"version": "1.0.3",
"version": "1.0.4",
"description": "open-turo version of config-conventional",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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