fix: lint

This commit is contained in:
xingyu4j
2026-04-10 22:01:01 +08:00
parent 298930b0d7
commit fd70a3f3e0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import type { PluginOption } from 'vite';
import type { Options as HtmlMinifierOptions } from 'html-minifier-terser';
import type { PluginOption } from 'vite';
import { minify } from 'html-minifier-terser';

View File

@@ -1,3 +1,4 @@
import type { Options as HtmlMinifierOptions } from 'html-minifier-terser';
import type { PluginVisualizerOptions } from 'rollup-plugin-visualizer';
import type { PluginOptions } from 'unplugin-dts';
import type {
@@ -6,7 +7,6 @@ import type {
UserConfig,
UserConfigFnPromise,
} from 'vite';
import type { Options as HtmlMinifierOptions } from 'html-minifier-terser';
import type { Options as PwaPluginOptions } from 'vite-plugin-pwa';
/**