Skip to content

Commit 857196e

Browse files
committed
chore: update commitlint configuration to disable body line length limit
1 parent c6c8e21 commit 857196e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commitlint.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'subject-case': [0, 'never']
4+
'subject-case': [0, 'never'],
5+
'body-max-line-length': [0, 'always']
56
}
67
};

0 commit comments

Comments
 (0)