From 2c28f11baa37576a6d1dfcb9fad54e02b9e67054 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 31 Aug 2021 12:37:36 +0800 Subject: [PATCH] style: eslint code --- .eslintignore | 1 + .eslintrc.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index e164e43af..da1f2b188 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ public dist *.d.ts +package.json diff --git a/.eslintrc.js b/.eslintrc.js index 887fb823c..44ebde3d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,4 +43,4 @@ module.exports = { } ] } -} +};