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 378aea3

Browse filesBrowse files
committed
chore: fix lint
1 parent 7edc3d9 commit 378aea3
Copy full SHA for 378aea3

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎packages/plugin-vue/src/index.ts

Copy file name to clipboardExpand all lines: packages/plugin-vue/src/index.ts
-2Lines changed: 0 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.