From 50df43083133b3426644f1f54b3cda41f2f41082 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Tue, 17 Jun 2025 09:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=B1=A1=E8=A7=A3?= =?UTF-8?q?=E6=9E=84=E6=97=B6=E6=8B=AC=E5=8F=B7=E9=97=B4=E8=B7=9D=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 446d8febc..303d04911 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -31,7 +31,7 @@ module.exports = { "comma-dangle": ["warn", "never"], "space-in-parens": "warn", "comma-spacing": "warn", - "object-curly-spacing": "warn", + "object-curly-spacing": ["warn", "always"], "arrow-spacing": "warn", semi: ["warn", "never"], "no-multi-spaces": "warn",