Skip to content

Commit e8d7e4a

Browse files
itrapashkodavidmyersdev
authored andcommitted
Fix linter errors
1 parent a1bc855 commit e8d7e4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/utils/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { createServer } from 'vite'
2-
import { nodePolyfills, PolyfillOptions } from 'vite-plugin-node-polyfills'
2+
import type { PolyfillOptions } from 'vite-plugin-node-polyfills'
3+
import { nodePolyfills } from 'vite-plugin-node-polyfills'
34

45
/**
56
* Format code by removing the smallest indentation from each line.

0 commit comments

Comments
 (0)