Skip to content

Commit be8f915

Browse files
Azir-11honghuangdc
authored andcommitted
chore(other): update the ESLint validation configuration to support more file types.
1 parent 358e129 commit be8f915

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/settings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"source.organizeImports": "never"
55
},
66
"editor.formatOnSave": false,
7-
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
7+
"eslint.validate": [
8+
"html",
9+
"css",
10+
"scss",
11+
"json",
12+
"jsonc",
13+
"javascript",
14+
"javascriptreact",
15+
"typescript",
16+
"typescriptreact",
17+
"vue"
18+
],
819
"i18n-ally.displayLanguage": "zh-cn",
920
"i18n-ally.enabledParsers": ["ts"],
1021
"i18n-ally.enabledFrameworks": ["vue"],

0 commit comments

Comments
 (0)