From 20099fbc42bef6f0ce1541575deb921a78aff18f Mon Sep 17 00:00:00 2001 From: = <--gbloal> Date: Mon, 6 May 2024 15:09:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0leetcode=E5=88=B7?= =?UTF-8?q?=E9=A2=98=E7=9B=AE=E5=BD=95=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index e701d15..97246de 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,6 +9,7 @@ "ecmaVersion": "latest", "sourceType": "module" }, + "ignores": ["leetcode/*"], "rules": { "no-plusplus": "off", // 允许i++,i-- "no-use-before-define": "off", // 无需在调用前面定义,之后定义也可以