From af9525f3932ed615415adc0e96d5fde185e53347 Mon Sep 17 00:00:00 2001 From: Cano1997 <58964671+Cano1997@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:51:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 9cf94dd..d8f1fa0 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -12,7 +12,7 @@ module.exports = { }, plugins: ['prettier', '@typescript-eslint', 'unused-imports'], rules: { - 'prettier/prettier': 'error', + 'prettier/prettier': 'off', 'arrow-body-style': 'off', 'prefer-arrow-callback': 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', -- Gitee