We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0b242 commit b5e11f1Copy full SHA for b5e11f1
1 file changed
commitlint.config.js
@@ -2,8 +2,8 @@ export default {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
'type-enum': [2, 'always', [
5
- 'feat', 'fix', 'chore', 'docs', 'refactor',
6
- 'perf', 'test', 'ci', 'build', 'revert',
+ 'feat', 'fix', 'chore', 'refactor',
+ 'perf', 'test', 'build', 'revert',
7
'epic',
8
]],
9
'scope-enum': [1, 'always', [
0 commit comments