Skip to content

Commit b5e11f1

Browse files
committed
chore: remove docs and ci from commit types
1 parent 5a0b242 commit b5e11f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

commitlint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export default {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
44
'type-enum': [2, 'always', [
5-
'feat', 'fix', 'chore', 'docs', 'refactor',
6-
'perf', 'test', 'ci', 'build', 'revert',
5+
'feat', 'fix', 'chore', 'refactor',
6+
'perf', 'test', 'build', 'revert',
77
'epic',
88
]],
99
'scope-enum': [1, 'always', [

0 commit comments

Comments
 (0)