Skip to content

Commit 111bc57

Browse files
committed
docs: update roadmap to include no-prop-types rule
1 parent adacb69 commit 111bc57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/website/content/docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Minimum supported versions:
4646

4747
### Add suggestion-fix feature to rules that can be fixed interactively
4848

49-
- [ ] `no-useless-forward-ref`
49+
- [ ] `no-prop-types`
5050
- [ ] `no-leaked-conditional-rendering`
5151
- [ ] `no-redundant-should-component-update`
5252
- [ ] `no-unused-class-component-members`

packages/plugins/eslint-plugin-react-x/src/rules/no-prop-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export type MessageID = CamelCase<typeof RULE_NAME>;
1414

1515
export const RULE_FEATURES = [] as const satisfies RuleFeature[];
1616

17+
// TODO: Add suggestion-fix to replace propTypes with TypeScript types
1718
export default createRule<[], MessageID>({
1819
meta: {
1920
type: "problem",

0 commit comments

Comments
 (0)