Skip to content

Commit

Permalink
Fix outdated Link
Browse files Browse the repository at this point in the history
The old link returns a Github Pages 404 error.
  • Loading branch information
scurker authored and yannickcr committed May 2, 2016
1 parent da6b3ce commit 63d33cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-uses-vars.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prevent variables used in JSX to be incorrectly marked as unused (jsx-uses-vars)

Since 0.17.0 the ESLint `no-unused-vars` rule does not detect variables used in JSX ([see details](http://eslint.org/blog/2015/03/eslint-0.17.0-released/#changes-to-jsx/react-handling)). 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](http://eslint.org/blog/2015/03/eslint-0.17.0-released#changes-to-jsxreact-handling)). 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.

Expand Down

0 comments on commit 63d33cb

Please sign in to comment.