Skip to content

Commit

Permalink
docs: fix group names in sort-array-includes
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 21, 2024
1 parent c66eb4c commit efa2750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/rules/sort-array-includes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Allows you to group array elements by their kind, determining whether spread val

- `mixed` — Do not group array elements by their kind; spread values are sorted together with literal values.
- `literals-first` — Group all literal values before spread values.
- `spread-first` — Group all spread values before literal values.
- `spreads-first` — Group all spread values before literal values.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/content/rules/sort-sets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Allows you to group set elements by their kind, determining whether spread value

- `mixed` — Do not group set elements by their kind; spread values are sorted together with literal values.
- `literals-first` — Group all literal values before spread values.
- `spread-first` — Group all spread values before literal values.
- `spreads-first` — Group all spread values before literal values.


## Usage
Expand Down

0 comments on commit efa2750

Please sign in to comment.