From 820a91b71a52f7828944f18ee5879580223a1d34 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 24 Jun 2021 13:48:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.eslintrc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index c977505478..0952760757 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -47,7 +47,9 @@ module.exports = { 'curly': [2, 'multi-line'], 'dot-location': [2, 'property'], 'eol-last': 2, - 'eqeqeq': ["error", "always", {"null": "ignore"}], + 'eqeqeq': ["error", "always", { + "null": "ignore" + }], 'generator-star-spacing': [2, { 'before': true, 'after': true