Skip to content

Commit 65a759e

Browse files
committed
Fix: Update function return data to use functionName instead of functionId
1 parent ac24667 commit 65a759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-function/src/rules/function-return-boolean.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function create(context: RuleContext<MessageID, Options>, [opts]: Options
118118
node: expr ?? node,
119119
data: {
120120
...data,
121-
functionId,
121+
functionName,
122122
},
123123
});
124124
});

0 commit comments

Comments
 (0)