Skip to content

Commit 5ed712f

Browse files
committed
disable eslint
1 parent 939436f commit 5ed712f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/types/importGlob.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export type GeneralImportGlobOptions = ImportGlobOptions<boolean, string>
4242
* the Worker interface will be merged correctly.
4343
*/
4444
declare global {
45+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
4546
interface Worker {}
4647
}
4748

0 commit comments

Comments
 (0)