We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a996e92 + 254982b commit 1934be7Copy full SHA for 1934be7
commitlint.config.js
@@ -1 +1,10 @@
1
-module.exports = { extends: ['@commitlint/config-conventional'] }
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'type-enum': [
5
+ 2,
6
+ 'always',
7
+ ['backstage', 'build', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test']
8
+ ]
9
+ }
10
+}
0 commit comments