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 20bcb3f commit 94b0f9aCopy full SHA for 94b0f9a
1 file changed
commitlint.config.js
@@ -0,0 +1,11 @@
1
+import commitlint from '@commitlint/config-conventional'
2
+
3
+export default {
4
+ extends: ['@commitlint/config-conventional'],
5
+ ...commitlint.rules,
6
+ 'type-enum': [
7
+ 2,
8
+ 'always',
9
+ ['fix', 'test', 'tooling', 'refactor', 'revert', 'example', 'docs', 'format', 'feat', 'chore', 'ci']
10
+ ]
11
+}
0 commit comments