We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c034920 commit 615df01Copy full SHA for 615df01
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': [2, 'always', 72],
5
+ },
6
+};
0 commit comments