Skip to content

Commit e90a890

Browse files
committed
Attempt to fix release
1 parent 6a0cc46 commit e90a890

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

commitlint.config.cjs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
module.exports = { extends: ["@commitlint/config-conventional"] }
1+
module.exports = {
2+
extends: ["@commitlint/config-conventional"],
3+
rules: {
4+
"body-max-line-length": [0],
5+
},
6+
}

0 commit comments

Comments
 (0)