From ce6e6a91d1cb085e9dee5341394bf5f6b228d167 Mon Sep 17 00:00:00 2001 From: yangwen Date: Wed, 28 May 2025 11:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index a0dbc7b..34d6647 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -14,7 +14,7 @@ export default antfu({ }, typescript: true, // 忽略文件 - ignores: ["engine/types", "settings", "bin"] + ignores: ["engine/types", "settings", "bin", "release"] }, { // 对所有文件都生效的规则 rules: {