We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3dbf1 commit 5f61032Copy full SHA for 5f61032
commitlint.config.js
@@ -1 +1,6 @@
1
-module.exports = {extends: ['@commitlint/config-conventional']}
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'subject-case': [0, 'never']
5
+ }
6
+};
0 commit comments