Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12e29a1

Browse filesBrowse 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
Copy full SHA for 12e29a1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
  • packages/@vue/cli-plugin-typescript/generator/template-vue3/src
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/generator/template-vue3/src/shims-vue.d.ts
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.