Skip to content

Commit 8806efc

Browse files
authored
docs: update type-enum default value (#3661)
Co-authored-by: khsily <khsily@mailplug.co.kr>
1 parent 8315291 commit 8806efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Infinity
347347
- **rule**: `always`
348348
- **value**
349349
```js
350-
['feat', 'fix', 'docs', 'style', 'refactor', 'test', 'revert'];
350+
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'];
351351
```
352352

353353
#### type-case

0 commit comments

Comments
 (0)