From 7b83ba1b6cbc1b622fb984823128090a84e04dca Mon Sep 17 00:00:00 2001 From: OBKoro1 <1677593011@qq.com> Date: Sun, 27 Jun 2021 16:20:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20eslint=E8=A7=84=E5=88=99=E7=A6=81?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 46b1559..d8c877d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,8 @@ module.exports = { 'no-continue': 'off', // 禁止使用 var 'no-var': 'error', + 'max-len': 'off', + 'no-await-in-loop': 'off', // 优先使用 interface 而不是 type '@typescript-eslint/consistent-type-definitions': ['error', 'interface'], },