feat: 添加 eslint-plugin-perfectionist 插件,优化导入排序规则

This commit is contained in:
mini2024
2025-01-21 23:03:42 +08:00
parent a7b6d6ea75
commit b0cd8b7c61
14 changed files with 115 additions and 13 deletions

View File

@@ -1,8 +1,9 @@
import { fileURLToPath, URL } from 'node:url';
// import { createSplitChunkOutput } from 'utils4u/rollup';
import { fileURLToPath, URL } from 'node:url';
import { createViteProxy } from 'utils4u/vite';
import { defineConfig, loadEnv } from 'vite';
import { Plugins } from './vite.config.plugins';
// https://vitejs.dev/config/