We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d0e93 commit afbc62cCopy full SHA for afbc62c
commitlint.config.js
@@ -3,6 +3,7 @@
3
export default {
4
extends: ["@commitlint/config-conventional"],
5
rules: {
6
- "body-max-line-length": [0, "always", 100],
+ "body-max-line-length": [0, "always"],
7
+ "footer-max-line-length": [0, "always"],
8
},
9
};
0 commit comments