diff --git a/apps/oxlint/src-js/plugins/scope.ts b/apps/oxlint/src-js/plugins/scope.ts index 4e41d1f20f967..2466427e87089 100644 --- a/apps/oxlint/src-js/plugins/scope.ts +++ b/apps/oxlint/src-js/plugins/scope.ts @@ -415,6 +415,6 @@ export function getScope(node: ESTree.Node): Scope { /* oxlint-disable no-unused-vars */ export function markVariableAsUsed(name: string, refNode: ESTree.Node): boolean { // TODO: Implement - throw new Error("`context.markVariableAsUsed` not implemented yet"); + throw new Error("`sourceCode.markVariableAsUsed` not implemented yet"); } /* oxlint-enable no-unused-vars */