From fda27398d8dc89623b73270345c2ef4665c14b2a Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Sat, 19 Jun 2021 18:52:55 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.06.19:=E4=BF=AE=E5=A4=8D=E8=AF=B8?= =?UTF-8?q?=E5=A4=9A=E9=97=AE=E9=A2=98=EF=BC=8C=E5=85=B7=E4=BD=93=E6=9F=A5?= =?UTF-8?q?=E7=9C=8BCHANGELOG.md=E6=96=87=E4=BB=B61.04=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 7dc4a3e..a266da3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,5 +16,6 @@ module.exports = { 'no-empty': 'off', 'no-extra-semi': 'off', 'no-constant-condition': 'off', + 'no-console': 'error', }, };