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 Dec 14, 2024
1 parent 4184e70 commit 8eb9a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/rules/sort-objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ Determines whether this rule should be applied to styled-components like librari

<sub>default: `[]`</sub>

Allows you to specify names or patterns for object types that should be ignored by this rule. This can be useful if you have specific objects that you do not want to sort.
Allows you to specify names or patterns for object that should be ignored by this rule. This can be useful if you have specific objects that you do not want to sort.

You can specify their names or a regexp pattern to ignore, for example: `'^User.+'` to ignore all object types whose names begin with the word “User”.
You can specify their names or a regexp pattern to ignore, for example: `'^User.+'` to ignore all object whose names begin with the word “User”.

### [DEPRECATED] destructureOnly

Expand Down

0 comments on commit 8eb9a79

Please sign in to comment.