chore(other): update the ESLint validation configuration to support more file types.

This commit is contained in:
Azir-11 2025-08-12 22:45:55 +08:00
parent 358e129765
commit be0ae70929

View File

@ -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"],