Skip to content

Commit 351957c

Browse files
committed
cleanup
1 parent 421eaa2 commit 351957c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ export const plugin = createUnplugin<Options | undefined, false>(
190190
config.define?.__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ ?? false,
191191
},
192192
ssr: {
193-
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
194193
// @ts-ignore -- config.legacy.buildSsrCjsExternalHeuristics will be removed in Vite 5
195194
external: config.legacy?.buildSsrCjsExternalHeuristics
196195
? ['vue', '@vue/server-renderer']

src/core/style.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { UnpluginContext } from 'unplugin'
55
import type { RawSourceMap } from 'source-map-js'
66
import type { ResolvedOptions } from '.'
77

8-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
98
export async function transformStyle(
109
code: string,
1110
descriptor: SFCDescriptor,

0 commit comments

Comments
 (0)