Skip to content

Commit

Permalink
docs: fixes invalid documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugop95 committed Jan 18, 2025
1 parent f6ef84c commit c515aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/rules/sort-array-includes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ Each group of elements (separated by empty lines) is treated independently, and
</sub>
<sub>default: `{}`</sub>

Allows you to specify filters to match a particular options configuration for a given object.
Allows you to specify filters to match a particular options configuration for a given array.

The first matching options configuration will be used. If no configuration matches, the default options configuration will be used.

- `allNamesMatchPattern` — A regexp pattern that all object keys must match.
- `allNamesMatchPattern` — A regexp pattern that all array keys must match.

Example configuration:
```ts
Expand Down

0 comments on commit c515aa0

Please sign in to comment.