Skip to content

Commit 45b3c27

Browse files
committed
Update Readme
1 parent a9fc4ad commit 45b3c27

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,6 @@ With ESLint 2.x.x:
6969

7070
Finally, enable all of the rules that you would like to use.
7171

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-
8372
The plugin has a [recommended configuration](#user-content-recommended-configuration) that enforces React good practices.
8473

8574
# List of supported rules

0 commit comments

Comments
 (0)