File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
100
100
* [ react/prefer-stateless-function] ( docs/rules/prefer-stateless-function.md ) : Enforce stateless React Components to be written as a pure function
101
101
* [ react/prop-types] ( docs/rules/prop-types.md ) : Prevent missing props validation in a React component definition
102
102
* [ react/react-in-jsx-scope] ( docs/rules/react-in-jsx-scope.md ) : Prevent missing ` React ` when using JSX
103
- * [ react/require-extension] ( docs/rules/require-extension.md ) : Restrict file extensions that may be required
104
103
* [ react/require-optimization] ( docs/rules/require-optimization.md ) : Enforce React components to have a shouldComponentUpdate method
105
104
* [ react/require-render-return] ( docs/rules/require-render-return.md ) : Enforce ES5 or ES6 class for returning value in render function
106
105
* [ react/self-closing-comp] ( docs/rules/self-closing-comp.md ) : Prevent extra closing tags for components without children
You can’t perform that action at this time.
0 commit comments