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](#
80
80
81
81
# List of supported rules
82
82
83
+ * [ react/default-props-match-prop-types] ( docs/rules/default-props-match-prop-types ) : Prevent extraneous defaultProps on components
83
84
* [ react/display-name] ( docs/rules/display-name.md ) : Prevent missing ` displayName ` in a React component definition
84
85
* [ react/forbid-component-props] ( docs/rules/forbid-component-props.md ) : Forbid certain props on Components
85
86
* [ 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](#
153
154
154
155
## Recommended
155
156
156
- This plugin exports a ` recommended ` configuration that enforce React good practices.
157
+ This plugin exports a ` recommended ` configuration that enforces React good practices.
157
158
158
159
To enable this configuration use the ` extends ` property in your ` .eslintrc ` config file:
159
160
You can’t perform that action at this time.
0 commit comments