Skip to content

Commit 8ae52a9

Browse files
fsonyannickcr
authored andcommitted
Update the rules of recommended config in readme
Just bringing the list up to date with what's currently in the recommended config.
1 parent 7862c66 commit 8ae52a9

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
@@ -167,12 +167,12 @@ The rules enabled in this configuration are:
167167
* [react/jsx-no-undef](docs/rules/jsx-no-undef.md)
168168
* [react/jsx-uses-react](docs/rules/jsx-uses-react.md)
169169
* [react/jsx-uses-vars](docs/rules/jsx-uses-vars.md)
170-
* [react/no-danger](docs/rules/no-danger.md)
171170
* [react/no-deprecated](docs/rules/no-deprecated.md)
172171
* [react/no-direct-mutation-state](docs/rules/no-direct-mutation-state.md)
173172
* [react/no-find-dom-node](docs/rules/no-find-dom-node.md)
174173
* [react/no-is-mounted](docs/rules/no-is-mounted.md)
175174
* [react/no-unknown-property](docs/rules/no-unknown-property.md)
175+
* [react/no-render-return-value](docs/rules/no-render-return-value.md)
176176
* [react/prop-types](docs/rules/prop-types.md)
177177
* [react/react-in-jsx-scope](docs/rules/react-in-jsx-scope.md)
178178
* [react/require-render-return](docs/rules/require-render-return.md)

0 commit comments

Comments
 (0)