Skip to content

Commit

Permalink
docs: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Jan 31, 2025
1 parent 6c5c8ef commit 220a4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/rules/use-jsx-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ react-x/use-jsx-vars

Helpes `eslint/no-unused-vars` to correctly detect variables used in JSX.

Since 0.17.0 the eslint `no-unused-vars`s rule does not detect variables used in JSX (see details). This rule will find variables used in JSX and mark them as used.
Since 0.17.0 the eslint `no-unused-vars` rule does not detect variables used in JSX (see details). This rule will find variables used in JSX and mark them as used.
This rule only has an effect when the `no-unused-vars` rule is enabled.

## Examples
Expand Down

0 comments on commit 220a4e0

Please sign in to comment.