From ae73097e1a50e81ec540d937863875abcf6011e7 Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Wed, 31 Dec 2025 12:09:34 +0800 Subject: [PATCH] =?UTF-8?q?style(eslint):=20=E7=BB=9F=E4=B8=80=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BC=A9=E8=BF=9B=E8=A7=84=E8=8C=83=E4=B8=BA4?= =?UTF-8?q?=E4=B8=AA=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 4a795e5..a08200b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,6 +8,8 @@ export default antfu( rules: { 'no-console': 'warn', 'no-debugger': 'warn', + 'style/indent': ['error', 4], + 'indent': ['error', 4, { 'SwitchCase': 1 }], } }, -) +) \ No newline at end of file