You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/react.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,14 @@ Config for **React** projects.
76
76
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [jsx-uses-vars](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/jsx-uses-vars.md)<br />Disallow variables used in JSX to be incorrectly marked as unused | | | |
77
77
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-access-state-in-setstate](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-access-state-in-setstate.md)<br />Disallow when this.state is accessed within setState | | | |
78
78
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-array-index-key](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-array-index-key.md)<br />Disallow usage of Array index in keys | | | |
79
-
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-children-prop](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-children-prop.md)<br />Disallow passing of children as props | | | |
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-danger-with-children](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-danger-with-children.md)<br />Disallow when a DOM element is using both children and dangerouslySetInnerHTML | | | |
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-children-prop](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-children-prop.md)<br />Disallow passing of children as props | | | |
| [](https://github.com/jsx-eslint/eslint-plugin-react#readme) | [no-namespace](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-namespace.md)<br />Enforce that namespaces are not used in React elements | | | |
0 commit comments