From 89b86df1f568acb17b6bfde94821ee0a6d6ddbb7 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sat, 25 Jul 2026 10:03:08 +0800 Subject: [PATCH] fix: remove @typescript-eslint/parser dependency from eslintrc --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 542109c..823b17b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,6 @@ "node": true, "jest": true }, - "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2020, "sourceType": "module"