Skip to content

Commit 8f41c7c

Browse files
committed
fix: remove unused parenthesis
1 parent 9af595f commit 8f41c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { EsLinter, linterPlugin } from 'vite-plugin-linter'
55
import svgrPlugin from 'vite-plugin-svgr'
66

77
// https://vitejs.dev/config/
8-
export default defineConfig((configEnv) => ({
8+
export default defineConfig(configEnv => ({
99
plugins: [
1010
react(),
1111
tsConfigPaths(),

0 commit comments

Comments
 (0)