Skip to content

Commit 646448d

Browse files
committed
turn on eslint validate
1 parent a865dab commit 646448d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
"[html]": {
3434
"editor.defaultFormatter": "esbenp.prettier-vscode"
3535
},
36+
"eslint.validate": [
37+
"javascript",
38+
"javascriptreact",
39+
"typescript",
40+
"typescriptreact",
41+
"html",
42+
"json",
43+
"css"
44+
],
3645
"search.exclude": {
3746
".git": true,
3847
"target": true,
@@ -42,5 +51,5 @@
4251
"Cargo.lock": true,
4352
"*.{css,sass,scss}.d.ts": true
4453
},
45-
"editor.formatOnSave": true,
54+
"editor.formatOnSave": true
4655
}

0 commit comments

Comments
 (0)