From a14a16117d909883883e015ea040d4aceba75642 Mon Sep 17 00:00:00 2001 From: = <--gbloal> Date: Wed, 22 May 2024 18:09:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9eslint=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8748055..5c123e3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,9 @@ "no-continue": "off", // 允许使用continue "no-bitwise": "off", // 允许使用位运算 "max-classes-per-file": "off", // 允许一个文件写多个类 + "func-names": "off", // 允许具名函数 + "no-restricted-syntax": "off", // 允许for of + "no-constant-condition": "off", // 允许while(true) "import/extensions": [ "error", "ignorePackages", // 忽略 node_modules 内的包