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", // 无需在调用前面定义,之后定义也可以