Skip to content

Commit 7d46942

Browse files
committed
feat: show eslint warnings in vscode
1 parent a3f877d commit 7d46942

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

templates/.vscode/settings.json.template

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"**/node_modules": true
66
},
77
"editor.formatOnSave": true,
8-
"prettier.eslintIntegration": true
8+
"prettier.eslintIntegration": true,
9+
"eslint.validate": [
10+
"javascript",
11+
"javascriptreact",
12+
"typescript",
13+
"typescriptreact"
14+
]
915
}

0 commit comments

Comments
 (0)