Skip to content

Commit cb22c68

Browse files
arturfracalaArtur Fracala
andauthored
fix: update commitlint.config.js, increase foot max line length (#1546)
Co-authored-by: Artur Fracala <[email protected]>
1 parent 005b0a2 commit cb22c68

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

commitlint.config.js

Lines changed: 6 additions & 1 deletion
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+
"footer-max-line-length": [2, "always", 450],
5+
},
6+
};

0 commit comments

Comments
 (0)