From 206d97085b57d27670582f9f581dab3e68f1d27b Mon Sep 17 00:00:00 2001 From: ky_yusj <2655568377@qq.com> Date: Wed, 16 Jun 2021 11:25:09 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=B0=E5=A2=9EeslintConfig?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-react/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web-react/package.json b/web-react/package.json index 46c0a22..502591d 100644 --- a/web-react/package.json +++ b/web-react/package.json @@ -41,7 +41,9 @@ ], "rules": { "eqeqeq": "off", - "no-unused-vars": "off" + "no-unused-vars": "off", + "array-callback-return": "off", + "jsx-a11y/anchor-is-valid": "off" } }, "browserslist": { @@ -56,4 +58,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file