We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c322743 commit a90211dCopy full SHA for a90211d
1 file changed
lib/rules/no-node-access.ts
@@ -57,6 +57,7 @@ export default createTestingLibraryRule<Options, MessageIds>({
57
: null;
58
59
if (
60
+ propertyName &&
61
ALL_RETURNING_NODES.some(
62
(allReturningNode) => allReturningNode === propertyName
63
)
0 commit comments