We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eed13b commit ed33d1bCopy full SHA for ed33d1b
commitlint.config.mjs
@@ -1,5 +1,8 @@
1
const Configuration = {
2
extends: ['@commitlint/config-conventional'],
3
-};
+ rules: {
4
+ 'body-max-line-length': [2, 'always', 500],
5
+ },
6
+}
7
-export default Configuration;
8
+export default Configuration
0 commit comments