mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
config(misc): commitlint.config.js - Increase body-line-length limit to 300
This commit is contained in:
@@ -18,7 +18,8 @@ module.exports = {
|
|||||||
"test",
|
"test",
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
"scope-enum": [1, "always", ["app", "completion", "source", "types", "engine262", "misc"]],
|
"scope-enum": [2, "always", ["app", "completion", "source", "types", "engine262", "misc"]],
|
||||||
"subject-case": [0, "always"]
|
"subject-case": [0, "always"],
|
||||||
|
"body-max-line-length": [1, "always", 300]
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user