File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
apps/website/content/docs
packages/plugins/eslint-plugin-react-x/src/rules Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export type MessageID = CamelCase<typeof RULE_NAME>;
1414
1515export const RULE_FEATURES = [ ] as const satisfies RuleFeature [ ] ;
1616
17+ // TODO: Add suggestion-fix to replace propTypes with TypeScript types
1718export default createRule < [ ] , MessageID > ( {
1819 meta : {
1920 type : "problem" ,
You can’t perform that action at this time.
0 commit comments