From f6894c7cb88ce268f63e8560995cddc9e4215719 Mon Sep 17 00:00:00 2001 From: new xuxo <77217928+TacKana@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=8D=89=E4=BD=A0=E5=A6=88=E4=BA=86?= =?UTF-8?q?=E4=B8=AA=E8=87=AD=E5=B8=81=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index caebf6e70..d45aa0351 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -28,7 +28,8 @@ export default tseslint.config( rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-floating-promises': 'warn', - '@typescript-eslint/no-unsafe-argument': 'warn' + '@typescript-eslint/no-unsafe-argument': 'warn', + 'prettier/prettier': ['error', { endOfLine: 'auto' }], }, }, -); \ No newline at end of file +);