We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb04f4 commit a7192cdCopy full SHA for a7192cd
commitlint.config.cjs
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ // To have appropriate formatting when viewed in source control UI
5
+ 'body-max-line-length': [1, 'always', 72],
6
+ 'scope-enum': [2, 'always', ['deps', 'deps-dev']]
7
+ }
8
+}
0 commit comments