We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a2eac commit 192f152Copy full SHA for 192f152
commitlint.config.js
@@ -1 +1,6 @@
1
-module.exports = { extends: ['@commitlint/config-conventional'] }
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'header-max-length': [1, 'always', 150]
5
+ }
6
+}
0 commit comments