Skip to content

Commit

Permalink
fix: disable biome detection in generated auto-imports.d.ts (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
wChenonly authored Aug 14, 2024
1 parent cd881f7 commit e88f923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
},
},
Expand Down
1 change: 1 addition & 0 deletions test/__snapshots__/dts.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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')['$$']
Expand Down

0 comments on commit e88f923

Please sign in to comment.