We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc4ad commit 45b3c27Copy full SHA for 45b3c27
README.md
@@ -69,17 +69,6 @@ With ESLint 2.x.x:
69
70
Finally, enable all of the rules that you would like to use.
71
72
-At a minimum you need to include the rule [jsx-uses-vars](docs/rules/jsx-uses-vars.md) as without this
73
-any imports of JSX components will fail falsely claiming they're defined but not used.
74
-
75
-```json
76
-{
77
- "rules": {
78
- "react/jsx-uses-vars": 2
79
- }
80
-}
81
-```
82
83
The plugin has a [recommended configuration](#user-content-recommended-configuration) that enforces React good practices.
84
85
# List of supported rules
0 commit comments