We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd20c7 commit 86745fbCopy full SHA for 86745fb
commitlint.config.mjs
@@ -2,5 +2,6 @@ export default {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
'body-max-line-length': [0],
5
+ 'footer-max-line-length': [0],
6
},
7
};
0 commit comments