Skip to content

Commit

Permalink
Update shareable configuration section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jul 25, 2016
1 parent dcc0294 commit 8b8eba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#

If you're searching for React Native specific linting rules, check out [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native).

# Recommended configuration
# Shareable configurations

## Recommended

This plugin exports a `recommended` configuration that enforce React good practices.

Expand Down Expand Up @@ -171,6 +173,8 @@ The rules enabled in this configuration are:

**Note**: This configuration will also enable JSX in [parser options](http://eslint.org/docs/user-guide/configuring#specifying-parser-options).

## All

This plugin also exports an `all` configuration that includes every available rule.
This pairs well with the `eslint:all` rule.

Expand Down

0 comments on commit 8b8eba7

Please sign in to comment.