Skip to content

Commit f4b8997

Browse files
committed
chore: fix commitlint config
1 parent 7f359be commit f4b8997

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

commitlint.config.js

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

0 commit comments

Comments
 (0)