We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c8e21 commit 857196eCopy full SHA for 857196e
commitlint.config.js
@@ -1,6 +1,7 @@
1
export default {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
- 'subject-case': [0, 'never']
+ 'subject-case': [0, 'never'],
5
+ 'body-max-line-length': [0, 'always']
6
}
7
};
0 commit comments