Skip to content

Commit 63d33cb

Browse files
scurkeryannickcr
authored andcommitted
Fix outdated Link
The old link returns a Github Pages 404 error.
1 parent da6b3ce commit 63d33cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-uses-vars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prevent variables used in JSX to be incorrectly marked as unused (jsx-uses-vars)
22

3-
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.
3+
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.
44

55
This rule only has an effect when the `no-unused-vars` rule is enabled.
66

0 commit comments

Comments
 (0)