Skip to content

Commit 5896896

Browse files
conf: commitlint
1 parent e96bb32 commit 5896896

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

commitlint.config.mjs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ export default {
99
error,
1010
'always',
1111
[
12-
'build',
13-
'chore',
14-
'misc',
15-
'other',
16-
'ci',
17-
'docs',
1812
'feat',
1913
'fix',
2014
'perf',
15+
'build',
16+
'conf',
17+
'test',
18+
'docs',
19+
'ci',
20+
'chore',
2121
'refactor',
2222
'revert',
2323
'style',
24-
'test',
24+
'misc',
25+
'other',
2526
],
2627
],
2728
'subject-case': [disable]

0 commit comments

Comments
 (0)