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 3a064cc commit 150d235Copy full SHA for 150d235
src/rules/no-subscribe-in-pipe.ts
@@ -35,7 +35,7 @@ export const noSubscribeInPipeRule = ruleCreator({
35
) {
36
return true;
37
}
38
- parent = node.parent;
+ parent = parent.parent;
39
40
return false;
41
0 commit comments