We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0cc46 commit e90a890Copy full SHA for e90a890
commitlint.config.cjs
@@ -1 +1,6 @@
1
-module.exports = { extends: ["@commitlint/config-conventional"] }
+module.exports = {
2
+ extends: ["@commitlint/config-conventional"],
3
+ rules: {
4
+ "body-max-line-length": [0],
5
+ },
6
+}
0 commit comments