Skip to content

Commit

Permalink
fix: disable eslint for Vue 3 type shim (for now)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Jan 6, 2021
1 parent e79cc13 commit 12e29a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
Expand Down

0 comments on commit 12e29a1

Please sign in to comment.