From e251174a9787d50af3e64940b02a5507265d2500 Mon Sep 17 00:00:00 2001 From: donny Date: Fri, 2 Aug 2024 09:36:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20vscode=20eslint=E5=B7=B2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=90=AF=E7=94=A8flat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b97c9e26a1..505ce65b918 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -140,7 +140,6 @@ "typescript.preferences.includePackageJsonAutoImports": "on", // Enable the ESlint flat config support - "eslint.experimental.useFlatConfig": true, "eslint.validate": [ "javascript", "typescript", From 54f6a96979ef3cf4307d2d51c4a2f606c6107c35 Mon Sep 17 00:00:00 2001 From: donny Date: Fri, 2 Aug 2024 13:53:07 +0800 Subject: [PATCH 2/2] chore: delete invalid comments --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 505ce65b918..b46de8257a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -139,7 +139,6 @@ "typescript.preferences.preferTypeOnlyAutoImports": true, "typescript.preferences.includePackageJsonAutoImports": "on", - // Enable the ESlint flat config support "eslint.validate": [ "javascript", "typescript",