We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16708dc commit be6cf66Copy full SHA for be6cf66
commitlint.config.mjs
@@ -1,6 +1,6 @@
1
export default {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
- 'body-max-line-length': [1, 'always', 200]
5
- }
+ 'body-max-line-length': [1, 'always', 250],
+ 'footer-max-line-length': [1, 'always', 150] }
6
}
0 commit comments