Skip to content

Commit 60a7c6b

Browse files
Merge pull request #9 from kotarella1110/update-commintlint-config
fix(commitlint): update config
2 parents 17c6b78 + c058e3e commit 60a7c6b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

commitlint.config.js

+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': [1],
5+
},
6+
};

0 commit comments

Comments
 (0)