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 cba9997 commit 88ca43dCopy full SHA for 88ca43d
src/config/commitlint.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
'test',
21
],
22
23
- 'scope-case': [1, 'always', 'kebab-case'],
+ 'scope-case': [1, 'always', 'lowercase'],
24
'scope-enum': [0, 'always', scopes.build()],
25
},
26
}
0 commit comments