We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec94579 commit 64102d3Copy full SHA for 64102d3
src/rule.js
@@ -63,10 +63,7 @@ export const rule = {
63
messageId: messageIds.avoidResettingStateFromProps,
64
data: { prop: propName },
65
});
66
-
67
- // Don't flag anything else (particularly avoidChainingState will trigger).
68
- // Just confusing, and this should be fixed first.
69
- // TODO: Hmm or maybe not. It depends.
+ // Don't flag anything else -- confusing, and this should be fixed first.
70
return;
71
}
72
0 commit comments