mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-07 02:31:58 +08:00
fix: sass-embedded@1.98.0 在 macOS 13 会直接崩 (#7692)
* fix: catelog * fix: system
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
│ ├── node-utils # Node.js 工具
|
||||
│ ├── tsconfig # 通用 tsconfig 配置
|
||||
│ └── vite-config # 通用 Vite 配置
|
||||
├── oxfmt.config.ts # Oxfmt 配置入口
|
||||
├── oxlint.config.ts # Oxlint 配置文件
|
||||
├── oxfmt.config.mjs # Oxfmt 配置入口
|
||||
├── oxlint.config.mjs # Oxlint 配置文件
|
||||
├── package.json # 项目依赖配置
|
||||
├── packages # 项目包目录
|
||||
│ ├── @core # 核心包
|
||||
|
||||
@@ -49,7 +49,7 @@ pnpm oxfmt --check
|
||||
|
||||
### 配置
|
||||
|
||||
Oxfmt 的根目录入口文件为 `oxfmt.config.ts`,其核心配置位于 `internal/lint-configs/oxfmt-config` 目录下,可以根据项目需求进行修改。
|
||||
Oxfmt 的根目录入口文件为 `oxfmt.config.mjs`,其核心配置位于 `internal/lint-configs/oxfmt-config` 目录下,可以根据项目需求进行修改。
|
||||
|
||||
## Oxlint
|
||||
|
||||
@@ -64,7 +64,7 @@ pnpm oxlint --fix
|
||||
|
||||
### 配置
|
||||
|
||||
Oxlint 的核心配置位于 `internal/lint-configs/oxlint-config` 目录下,根目录入口文件为 `oxlint.config.ts`。
|
||||
Oxlint 的核心配置位于 `internal/lint-configs/oxlint-config` 目录下,根目录入口文件为 `oxlint.config.mjs`。
|
||||
|
||||
## ESLint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user