From a880a6cc3b8ed18506aa1bded35930deb3651e65 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Mon, 19 Dec 2022 16:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(eslint):eslint=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E6=96=87=E5=86=85=E5=AE=B9=E5=AF=BB=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 77b65f8..a2e22a0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,5 +1,5 @@ { - "extends": ["taro/react","@aaronghx/eslint-config-react"], + "extends": ["taro/react", "@aaronghx/eslint-config-react"], "rules": { "no-console": "off", "@typescript-eslint/no-shadow": "off", @@ -10,6 +10,6 @@ "react/no-children-prop": "off", "import/no-commonjs": "off", "no-use-before-define": "off", - "@typescript-eslint/no-use-before-define": ["error"] + "@typescript-eslint/no-use-before-define": "off" } }