Skip to content

Commit c442638

Browse files
committed
docs: update roadmap
1 parent bab7dcb commit c442638

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

website/pages/roadmap.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [x] `eslint-plugin-react-naming-convention` - Naming convention rules designed for React projects.
1212
- ... (Free to combine with other plugins from the community).
1313

14-
### Add codemod feature to rules that can be transformed safely
14+
### Add codemod feature to rules that can be transformed (using auto-fix) safely
1515

1616
- [x] `no-component-did-update`
1717
- [x] `no-component-will-receive-props`
@@ -21,11 +21,11 @@
2121

2222
### Add auto-fix feature to rules that can be auto-fixed safely
2323

24-
- [ ] `prefer-destructuring-assignment`
24+
- [ ] `function-component-definition`
25+
- [ ] `no-useless-fragment`
2526
- [ ] `prefer-shorthand-fragment`
2627
- [x] `prefer-react-namespace-import`
2728
- [x] `prefer-shorthand-boolean`
28-
- [ ] `function-component-definition`
2929

3030
### Add suggestion-fix feature to rules that can be fixed interactively
3131

@@ -34,9 +34,8 @@
3434
- [ ] `no-redundant-should-component-update`
3535
- [ ] `no-unused-class-component-members`
3636
- [ ] `no-unused-state`
37-
- [ ] `no-useless-fragment`
38-
- [ ] `dom/no-namespace`
39-
- [ ] `dom/no-missing-button-type.md`
37+
- [ ] `prefer-destructuring-assignment`
38+
- [ ] `dom/no-missing-button-type`
4039
- [ ] `dom/no-missing-iframe-sandbox`
4140
- [ ] `dom/no-unsafe-iframe-sandbox`
4241
- [ ] `dom/no-unsafe-target-blank`

0 commit comments

Comments
 (0)