From d5f355120a51d01c0f490ddab378061e1492655f Mon Sep 17 00:00:00 2001 From: Donny Wang <53386850+coderwyd@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:35:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20vscode-eslint=E5=B7=B2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=90=AF=E7=94=A8flat=20config=20(#4002)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: vscode eslint已默认启用flat * chore: delete invalid comments --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b97c9e2..b46de825 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -139,8 +139,6 @@ "typescript.preferences.preferTypeOnlyAutoImports": true, "typescript.preferences.includePackageJsonAutoImports": "on", - // Enable the ESlint flat config support - "eslint.experimental.useFlatConfig": true, "eslint.validate": [ "javascript", "typescript",