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 ff7f77d commit f2bca84Copy full SHA for f2bca84
.commitlintrc.js
@@ -1,3 +1,4 @@
1
export default {
2
extends: ['@commitlint/config-conventional'],
3
+ rules: { 'body-max-line-length': [0] },
4
};
0 commit comments