Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 15, 2024
1 parent 7edc3d9 commit 378aea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin-vue/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import fs from 'node:fs'
import type { Plugin, ViteDevServer } from 'vite'
import { createFilter, normalizePath } from 'vite'
/* eslint-disable import/no-duplicates */
import type {
SFCBlock,
SFCScriptCompileOptions,
SFCStyleCompileOptions,
SFCTemplateCompileOptions,
} from 'vue/compiler-sfc'
import type * as _compiler from 'vue/compiler-sfc'
/* eslint-enable import/no-duplicates */
import { computed, shallowRef } from 'vue'
import { version } from '../package.json'
import { resolveCompiler } from './compiler'
Expand Down

0 comments on commit 378aea3

Please sign in to comment.