Skip to content

Commit 7811324

Browse files
committed
docs: update roadmap
1 parent 791eacd commit 7811324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/website/content/docs/roadmap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)