From 0d20e4c91536771775295967152763017f08941b Mon Sep 17 00:00:00 2001 From: paynezhuang Date: Sun, 23 Jun 2024 15:26:00 +0800 Subject: [PATCH] chore(projects): Fix deprecated configuration config (#524) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a42d1dc..4fd9e522 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, "editor.formatOnSave": false, "eslint.validate": ["html", "css", "scss", "json", "jsonc"], "i18n-ally.displayLanguage": "zh-cn",