@open-turo/commitlint-config-conventional
Advanced tools
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
7665
33