Skip to content

Commit 12e29a1

Browse files
committed
fix: disable eslint for Vue 3 type shim (for now)
See #6023 It's not the ideal solution, though. In the long run we should have the shim built-in (either in this plugin or in the `vue-loader` package), for which ESLint rules should be properly applied, and the user can simply import that shim module.
1 parent e79cc13 commit 12e29a1

File tree

1 file changed

+1
-0
lines changed
  • packages/@vue/cli-plugin-typescript/generator/template-vue3/src

1 file changed

+1
-0
lines changed

packages/@vue/cli-plugin-typescript/generator/template-vue3/src/shims-vue.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
declare module '*.vue' {
23
import type { DefineComponent } from 'vue'
34
const component: DefineComponent<{}, {}, any>

0 commit comments

Comments
 (0)