Skip to content

Commit f6292bb

Browse files
committed
Add require-extension rule to Readme
1 parent 9b54b90 commit f6292bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Finally, enable all of the rules that you would like to use.
5656
"react/no-unknown-property": 1,
5757
"react/prop-types": 1,
5858
"react/react-in-jsx-scope": 1,
59+
"react/require-extension": 1,
5960
"react/self-closing-comp": 1,
6061
"react/sort-comp": 1,
6162
"react/wrap-multilines": 1
@@ -79,6 +80,7 @@ Finally, enable all of the rules that you would like to use.
7980
* [no-unknown-property](docs/rules/no-unknown-property.md): Prevent usage of unknown DOM property
8081
* [prop-types](docs/rules/prop-types.md): Prevent missing props validation in a React component definition
8182
* [react-in-jsx-scope](docs/rules/react-in-jsx-scope.md): Prevent missing React when using JSX
83+
* [require-extension](docs/rules/require-extension.md): Restrict file extensions that may be required
8284
* [self-closing-comp](docs/rules/self-closing-comp.md): Prevent extra closing tags for components without children
8385
* [sort-comp](docs/rules/sort-comp.md): Enforce component methods order
8486
* [wrap-multilines](docs/rules/wrap-multilines.md): Prevent missing parentheses around multilines JSX
File renamed without changes.

0 commit comments

Comments
 (0)