Skip to content

Commit

Permalink
Update README to include default-props-match-prop-types rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Sutton committed Jun 6, 2017
1 parent 11117a4 commit 708b961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -80,6 +80,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#

# List of supported rules

* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types): Prevent extraneous defaultProps on components
* [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition
* [react/forbid-component-props](docs/rules/forbid-component-props.md): Forbid certain props on Components
* [react/forbid-elements](docs/rules/forbid-elements.md): Forbid certain elements
Expand Down Expand Up @@ -153,7 +154,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#

## Recommended

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

To enable this configuration use the `extends` property in your `.eslintrc` config file:

Expand Down

0 comments on commit 708b961

Please sign in to comment.