diff --git a/apps/oxlint/test/fixtures/sourceCode_token_methods/plugin.ts b/apps/oxlint/test/fixtures/sourceCode_token_methods/plugin.ts index 140a1504c3c19..ab2662dff3670 100644 --- a/apps/oxlint/test/fixtures/sourceCode_token_methods/plugin.ts +++ b/apps/oxlint/test/fixtures/sourceCode_token_methods/plugin.ts @@ -1,4 +1,4 @@ -import type { Plugin, Rule } from '../../../dist/index.js'; +import type { Plugin, Rule } from '#oxlint'; const rule: Rule = { create(context) { diff --git a/apps/oxlint/test/fixtures/tokens/plugin.ts b/apps/oxlint/test/fixtures/tokens/plugin.ts index 8f88427d72026..b4249afbc97a1 100644 --- a/apps/oxlint/test/fixtures/tokens/plugin.ts +++ b/apps/oxlint/test/fixtures/tokens/plugin.ts @@ -1,4 +1,4 @@ -import type { Plugin, Rule } from '../../../dist/index.js'; +import type { Plugin, Rule } from '#oxlint'; const rule: Rule = { create(context) {