chore: remove JSON validation from ESLint settings in VSCode configuration

This commit is contained in:
YuTengjing
2025-12-29 20:26:09 +08:00
parent 4a47ea0d2f
commit 821d57e56e

View File

@@ -15,7 +15,8 @@
{ "rule": "typescript-sort-keys/interface", "severity": "off" }
],
"eslint.validate": [
"json",
// vscode eslint not 插件兼容性有问题
// "json",
"javascript",
"javascriptreact",
"typescript",