Skip to content

Commit cf23963

Browse files
authored
chore: use vite-env.d.ts convention (#8988)
1 parent 07aef1b commit cf23963

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/create-vite/template-vue-ts/src/env.d.ts renamed to packages/create-vite/template-vue-ts/src/vite-env.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare module '*.vue' {
44
import type { DefineComponent } from 'vue'
5-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
65
const component: DefineComponent<{}, {}, any>
76
export default component
87
}

0 commit comments

Comments
 (0)