Skip to content

Commit ae7d5f5

Browse files
authored
Update README.md
1 parent 3e52091 commit ae7d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
110110
* [react/prop-types](docs/rules/prop-types.md): Prevent missing props validation in a React component definition
111111
* [react/react-in-jsx-scope](docs/rules/react-in-jsx-scope.md): Prevent missing `React` when using JSX
112112
* [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
114114
* [react/require-render-return](docs/rules/require-render-return.md): Enforce ES5 or ES6 class for returning value in render function
115115
* [react/self-closing-comp](docs/rules/self-closing-comp.md): Prevent extra closing tags for components without children (fixable)
116116
* [react/sort-comp](docs/rules/sort-comp.md): Enforce component methods order

0 commit comments

Comments
 (0)