We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17c6b78 + c058e3e commit 60a7c6bCopy full SHA for 60a7c6b
commitlint.config.js
@@ -1 +1,6 @@
1
-module.exports = { extends: ['@commitlint/config-conventional'] };
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'body-max-line-length': [1],
5
+ },
6
+};
0 commit comments