Skip to content

Commit 8c5a85f

Browse files
committed
docs: update roadmap
1 parent 63ecf51 commit 8c5a85f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/content/docs/roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Minimum supported versions:
1616

1717
- [ ] `react-hooks-extra/no-direct-set-state-in-use-effect` - Replaced by `react-x/set-state-in-effect` (TBD)
1818

19+
### Removed Plugins
20+
21+
- [ ] `eslint-plugin-react-hooks-extra` - No longer needed as all relevant rules have been migrated to `eslint-plugin-react-x` or replaced by new introduced rules from `eslint-plugin-react-hooks` (TBD)
22+
1923
## Milestone 3.0 (TBD)
2024

2125
### System Requirements
@@ -26,10 +30,6 @@ Minimum supported versions:
2630
- [x] ESLint: 9.36.0
2731
- [x] TypeScript: 5.9.2
2832

29-
### Add auto-fix feature to rules that can be auto-fixed safely
30-
31-
- [ ] `react-x/function-component-definition`
32-
3333
### New Rules
3434

3535
- [ ] `react-x/set-state-in-effect` - Validates against calling `setState` synchronously in an effect, which can lead to re-renders that degrade performance (TBD)\

0 commit comments

Comments
 (0)