We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f955a55 commit ab3bf36Copy full SHA for ab3bf36
docs/rules/jsx-uses-vars.md
@@ -30,7 +30,7 @@ export default {
30
};
31
```
32
33
-After turning on, `Hello` is being marked as used and `no-unused-vars` rule doesn't report an issue.
+After turning on, `HelloWorld` is being marked as used and `no-unused-vars` rule doesn't report an issue.
34
35
## :mute: When Not To Use It
36
0 commit comments