@open-turo/commitlint-config-conventional
Advanced tools
Comparing version 1.0.4 to 1.1.0
module.exports = { | ||
extends: ["@commitlint/config-conventional"], | ||
rules: { | ||
// Increase to 300 characters for max line length in body | ||
// Increase to 300 characters for max line length in body | ||
"body-max-line-length": [2, "always", 300], | ||
// Increase to 300 characters for max line length in footer | ||
"footer-max-line-length": [2, "always", 300], | ||
}, | ||
}; |
{ | ||
"name": "@open-turo/commitlint-config-conventional", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "open-turo version of config-conventional", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
7791
35