Skip to content

Commit ce7352d

Browse files
authored
chore: disable length related commitlint rules (#3287)
1 parent 652cc70 commit ce7352d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commitlint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
3+
rules: {
4+
"header-max-length": [0],
5+
"body-max-line-length": [0],
6+
"footer-max-line-length": [0],
7+
},
38
};

0 commit comments

Comments
 (0)