build(commitlint): extend the length of the lines to play better with semantic release

This commit is contained in:
Dylan R. E. Moonfire 2021-11-30 20:25:21 -06:00
parent df69c071ff
commit 7d4f00fcfd

View file

@ -1,3 +1,6 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"body-max-line-length": [0],
},
};