From 992ef633b575748dd9c295b2901e5c68658db29f Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Mon, 2 Nov 2020 19:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20chore:=20fix=20eslint=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #7540 --- .eslintignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 16116a2b4b..8336e9350c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,8 @@ /lambda/ /scripts /config -.history \ No newline at end of file +.history +public +dist +.umi +mock \ No newline at end of file