From be0ae70929a1c6b98a9f10e865ee0a6e9e9134a0 Mon Sep 17 00:00:00 2001 From: Azir-11 <2075125282@qq.com> Date: Tue, 12 Aug 2025 22:45:55 +0800 Subject: [PATCH] chore(other): update the ESLint validation configuration to support more file types. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2c70ecf9..791e1597 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "source.organizeImports": "never" }, "editor.formatOnSave": false, - "eslint.validate": ["html", "css", "scss", "json", "jsonc"], + "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "json", "jsonc"], "i18n-ally.displayLanguage": "zh-cn", "i18n-ally.enabledParsers": ["ts"], "i18n-ally.enabledFrameworks": ["vue"],