We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ccc9e1 + 7146e95 commit 50b2dedCopy full SHA for 50b2ded
1 file changed
commitlint.config.js
@@ -1 +1,6 @@
1
-export default { extends: ['@commitlint/config-conventional'] };
+export default {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'body-max-line-length': [0, 'always', Infinity], // Disable rule
5
+ },
6
+};
0 commit comments