Skip to content

Commit 768a30a

Browse files
committed
chore: the updated ESLint after the adaptation
1 parent c392c3a commit 768a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"eslint.useFlatConfig": true,
1010
"editor.formatOnSave": false,
11-
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
11+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "json", "jsonc"],
1212
"files.watcherExclude": {
1313
"**/.git/objects/**": true,
1414
"**/.git/subtree-cache/**": true,

0 commit comments

Comments
 (0)