Skip to content

Commit 378aea3

Browse files
committed
chore: fix lint
1 parent 7edc3d9 commit 378aea3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugin-vue/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import fs from 'node:fs'
22
import type { Plugin, ViteDevServer } from 'vite'
33
import { createFilter, normalizePath } from 'vite'
4-
/* eslint-disable import/no-duplicates */
54
import type {
65
SFCBlock,
76
SFCScriptCompileOptions,
87
SFCStyleCompileOptions,
98
SFCTemplateCompileOptions,
109
} from 'vue/compiler-sfc'
1110
import type * as _compiler from 'vue/compiler-sfc'
12-
/* eslint-enable import/no-duplicates */
1311
import { computed, shallowRef } from 'vue'
1412
import { version } from '../package.json'
1513
import { resolveCompiler } from './compiler'

0 commit comments

Comments
 (0)