fix: lint

master^2
xingyu4j 2026-04-10 22:01:01 +08:00 committed by allen
parent 093479bb33
commit 306739cabb
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';
/**