Skip to content

Commit b8d9ad9

Browse files
Merge pull request #10 from kotarella1110/update-commitlint-config
chore(commitlint): update config
2 parents 60a7c6b + 90bda51 commit b8d9ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [1],
4+
'body-max-line-length': [1, 'always', 100],
55
},
66
};

0 commit comments

Comments
 (0)