File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
8080
8181# List of supported rules
8282
83+ * [ react/default-props-match-prop-types] ( docs/rules/default-props-match-prop-types ) : Prevent extraneous defaultProps on components
8384* [ react/display-name] ( docs/rules/display-name.md ) : Prevent missing ` displayName ` in a React component definition
8485* [ react/forbid-component-props] ( docs/rules/forbid-component-props.md ) : Forbid certain props on Components
8586* [ react/forbid-elements] ( docs/rules/forbid-elements.md ) : Forbid certain elements
@@ -153,7 +154,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
153154
154155## Recommended
155156
156- This plugin exports a ` recommended ` configuration that enforce React good practices.
157+ This plugin exports a ` recommended ` configuration that enforces React good practices.
157158
158159To enable this configuration use the ` extends ` property in your ` .eslintrc ` config file:
159160
You can’t perform that action at this time.
0 commit comments