Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update type-enum default value
  • Loading branch information
khsily committed Aug 30, 2023
commit c16a2974026878f670bb03af628dc9c1fb3e82da
2 changes: 1 addition & 1 deletion docs/reference-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Infinity
- **rule**: `always`
- **value**
```js
['feat', 'fix', 'docs', 'style', 'refactor', 'test', 'revert'];
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'];
```

#### type-case
Expand Down