Skip to content

Commit cf23963

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
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)