build(commitlint): extend the length of the lines to play better with semantic release
This commit is contained in:
parent
df69c071ff
commit
7d4f00fcfd
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
module.exports = {
|
||||
extends: ["@commitlint/config-conventional"],
|
||||
rules: {
|
||||
"body-max-line-length": [0],
|
||||
},
|
||||
};
|
||||
|
|
Reference in a new issue