From 12fd9ed40f4568dc621c6879f811544c0050e618 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 14 Nov 2024 12:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=AE=BDJS=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 881fe12d..f523d8f0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -58,7 +58,8 @@ module.exports = { '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/ban-ts-comment': 'off', - '@typescript-eslint/no-floating-promises': 'off' + '@typescript-eslint/no-floating-promises': 'off', + '@typescript-eslint/no-unsafe-return': 'off' } } ],