Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyat1337 authored and davidmyersdev committed May 19, 2024
1 parent 0c701dc commit 0b5522a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createServer } from 'vite'
import { nodePolyfills, PolyfillOptions } from 'vite-plugin-node-polyfills'
import type { PolyfillOptions } from 'vite-plugin-node-polyfills'
import { nodePolyfills } from 'vite-plugin-node-polyfills'

/**
* Format code by removing the smallest indentation from each line.
Expand Down

0 comments on commit 0b5522a

Please sign in to comment.