mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-30 05:21:25 +08:00
fix: sass-embedded@1.98.0 在 macOS 13 会直接崩 (#7692)
* fix: catelog * fix: system
This commit is contained in:
@@ -26,8 +26,8 @@ The repository uses Monorepo management, and the project structure is as follows
|
||||
│ ├── node-utils # Node.js tools
|
||||
│ ├── tsconfig # Common tsconfig settings
|
||||
│ └── vite-config # Common Vite configuration
|
||||
├── oxfmt.config.ts # Oxfmt config entry
|
||||
├── oxlint.config.ts # Oxlint configuration file
|
||||
├── oxfmt.config.mjs # Oxfmt config entry
|
||||
├── oxlint.config.mjs # Oxlint configuration file
|
||||
├── package.json # Project dependency configuration
|
||||
├── packages # Project packages directory
|
||||
│ ├── @core # Core package
|
||||
|
||||
@@ -49,7 +49,7 @@ pnpm oxfmt --check
|
||||
|
||||
### Configuration
|
||||
|
||||
The root Oxfmt entry file is `oxfmt.config.ts`, and its core configuration is located in `internal/lint-configs/oxfmt-config`.
|
||||
The root Oxfmt entry file is `oxfmt.config.mjs`, and its core configuration is located in `internal/lint-configs/oxfmt-config`.
|
||||
|
||||
## Oxlint
|
||||
|
||||
@@ -64,7 +64,7 @@ pnpm oxlint --fix
|
||||
|
||||
### Configuration
|
||||
|
||||
The core Oxlint configuration is located in `internal/lint-configs/oxlint-config`, and the root entry file is `oxlint.config.ts`.
|
||||
The core Oxlint configuration is located in `internal/lint-configs/oxlint-config`, and the root entry file is `oxlint.config.mjs`.
|
||||
|
||||
## ESLint
|
||||
|
||||
|
||||
@@ -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