From 0d61e8e92d95bdcacd98142c028927d4f6551ab5 Mon Sep 17 00:00:00 2001 From: root <13910913995@163.com> Date: Thu, 13 Mar 2025 18:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/common.ts | 2 +- core/core-frontend/tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/config/common.ts b/core/core-frontend/config/common.ts index b966cac..209d519 100644 --- a/core/core-frontend/config/common.ts +++ b/core/core-frontend/config/common.ts @@ -51,7 +51,7 @@ export default { include: [resolve(__dirname, 'src/locales/**')] }), eslintPlugin({ - cache: false, + cache: true, include: [ 'src/**/*.ts', 'src/**/*.tsx', diff --git a/core/core-frontend/tsconfig.json b/core/core-frontend/tsconfig.json index c3ae56a..772a436 100644 --- a/core/core-frontend/tsconfig.json +++ b/core/core-frontend/tsconfig.json @@ -21,4 +21,3 @@ "include": ["src/**/*", "electron-main/**/*.ts", "types/**/*.d.ts", "types"], "exclude": ["dist", "lib", "node_modules"] } -