Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Feb 28, 2016
1 parent a9fc4ad commit 45b3c27
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ With ESLint 2.x.x:

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

At a minimum you need to include the rule [jsx-uses-vars](docs/rules/jsx-uses-vars.md) as without this
any imports of JSX components will fail falsely claiming they're defined but not used.

```json
{
"rules": {
"react/jsx-uses-vars": 2
}
}
```

The plugin has a [recommended configuration](#user-content-recommended-configuration) that enforces React good practices.

# List of supported rules
Expand Down

0 comments on commit 45b3c27

Please sign in to comment.