style(ui): eslint-sort-imports

This commit is contained in:
Fu Diwei
2025-01-02 12:50:38 +08:00
parent 1588179bc9
commit b6dd2248c8
51 changed files with 84 additions and 137 deletions

View File

@@ -3,7 +3,7 @@ import path from "node:path";
import legacyPlugin from "@vitejs/plugin-legacy";
import reactPlugin from "@vitejs/plugin-react";
import fs from "fs-extra";
import { defineConfig, type Plugin } from "vite";
import { type Plugin, defineConfig } from "vite";
const preserveFilesPlugin = (filesToPreserve: string[]): Plugin => {
return {