Skip to content

Commit 7e7b406

Browse files
committed
Remove deprecated require-extension rule from README
1 parent 9a4b033 commit 7e7b406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
100100
* [react/prefer-stateless-function](docs/rules/prefer-stateless-function.md): Enforce stateless React Components to be written as a pure function
101101
* [react/prop-types](docs/rules/prop-types.md): Prevent missing props validation in a React component definition
102102
* [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
104103
* [react/require-optimization](docs/rules/require-optimization.md): Enforce React components to have a shouldComponentUpdate method
105104
* [react/require-render-return](docs/rules/require-render-return.md): Enforce ES5 or ES6 class for returning value in render function
106105
* [react/self-closing-comp](docs/rules/self-closing-comp.md): Prevent extra closing tags for components without children

0 commit comments

Comments
 (0)