From 194efdd0535466b1d3a088b260019e7710100075 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Tue, 24 Dec 2024 09:41:29 +0200 Subject: [PATCH] fix lint --- web/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/vite.config.ts b/web/vite.config.ts index 777a2b555..5b3959881 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -7,7 +7,8 @@ import type { Plugin } from 'vite'; import prismjs from 'vite-plugin-prismjs'; import WindiCSS from 'vite-plugin-windicss'; import svgLoader from 'vite-svg-loader'; -import { defineConfig, ViteUserConfig } from 'vitest/config'; +import type { ViteUserConfig } from 'vitest/config'; +import { defineConfig } from 'vitest/config'; function woodpeckerInfoPlugin(): Plugin { return {