Skip to content

Commit e88f923

Browse files
authoredAug 14, 2024
fix: disable biome detection in generated auto-imports.d.ts (#520)
1 parent cd881f7 commit e88f923

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/core/ctx.ts

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export function createContext(options: Options = {}, root = process.cwd()) {
7474
// @ts-nocheck
7575
// noinspection JSUnusedGlobalSymbols
7676
// Generated by unplugin-auto-import
77+
// biome-ignore lint: disable
7778
${dts}`.trim()}\n`
7879
},
7980
},

‎test/__snapshots__/dts.test.ts.snap

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`dts 1`] = `
66
// @ts-nocheck
77
// noinspection JSUnusedGlobalSymbols
88
// Generated by unplugin-auto-import
9+
// biome-ignore lint: disable
910
export {}
1011
declare global {
1112
const $$: typeof import('vue/macros')['$$']

0 commit comments

Comments
 (0)