Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 5f9ea33

Browse files
committed
Fix eslint
1 parent d7ae639 commit 5f9ea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/test.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { dirname } from 'path'
22
import { fileURLToPath } from 'url'
33
import { describe, expect, it } from 'vitest'
44

5-
import type { InlineConfig } from 'vite';
5+
import type { InlineConfig } from 'vite'
66
import { createServer } from 'vite'
77
import vue3base from '@vitejs/plugin-vue'
88
import compiler from '@vue/compiler-sfc'

0 commit comments

Comments
 (0)