File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/website/content/docs Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Minimum supported versions:
2121- [x] ` eslint-plugin-react-x ` - X Rules (renderer-agnostic, compatible with x-platform)
2222- [x] ` eslint-plugin-react-dom ` - DOM Specific rules for React DOM
2323- [x] ` eslint-plugin-react-web-api ` - Rules for interacting with Web APIs
24+ - [x] ` eslint-plugin-react-hooks ` - Extra Hooks rules for React
2425- [x] ` eslint-plugin-react-naming-convention ` - Naming convention rules designed for React projects
2526- ... (Free to combine with other plugins from the community)
2627
@@ -73,3 +74,4 @@ Minimum supported versions:
7374- [x] ` prefer-react-namespace-import ` - Replaced by ` prefer-namespace-import `
7475- [x] ` prefer-shorthand-boolean ` - Replaced by ` jsx-shorthand-boolean `
7576- [x] ` prefer-shorthand-fragment ` - Replaced by ` jsx-shorthand-fragment `
77+ - [x] ` hooks-extra/no-direct-set-state-in-use-layout-effect ` - Merged into ` hooks-extra/no-direct-set-state-in-use-effect `
You can’t perform that action at this time.
0 commit comments