diff --git a/src/core/ctx.ts b/src/core/ctx.ts index 7e123aa1..00c5873a 100644 --- a/src/core/ctx.ts +++ b/src/core/ctx.ts @@ -74,6 +74,7 @@ export function createContext(options: Options = {}, root = process.cwd()) { // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import +// biome-ignore lint: disable ${dts}`.trim()}\n` }, }, diff --git a/test/__snapshots__/dts.test.ts.snap b/test/__snapshots__/dts.test.ts.snap index 1a287d48..ae3ee93e 100644 --- a/test/__snapshots__/dts.test.ts.snap +++ b/test/__snapshots__/dts.test.ts.snap @@ -6,6 +6,7 @@ exports[`dts 1`] = ` // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import +// biome-ignore lint: disable export {} declare global { const $$: typeof import('vue/macros')['$$']