File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
110
110
* [ react/prop-types] ( docs/rules/prop-types.md ) : Prevent missing props validation in a React component definition
111
111
* [ react/react-in-jsx-scope] ( docs/rules/react-in-jsx-scope.md ) : Prevent missing ` React ` when using JSX
112
112
* [ react/require-default-props] ( docs/rules/require-default-props.md ) : Enforce a defaultProps definition for every prop that is not a required prop
113
- * [ react/require-optimization] ( docs/rules/require-optimization.md ) : Enforce React components to have a shouldComponentUpdate method
113
+ * [ react/require-optimization] ( docs/rules/require-optimization.md ) : Enforce React components to have a ` shouldComponentUpdate ` method
114
114
* [ react/require-render-return] ( docs/rules/require-render-return.md ) : Enforce ES5 or ES6 class for returning value in render function
115
115
* [ react/self-closing-comp] ( docs/rules/self-closing-comp.md ) : Prevent extra closing tags for components without children (fixable)
116
116
* [ react/sort-comp] ( docs/rules/sort-comp.md ) : Enforce component methods order
You can’t perform that action at this time.
0 commit comments