Skip to content

Commit 18e3822

Browse files
committed
chore: fix ESLint not validating .tsx files on VS Code
1 parent c7f60db commit 18e3822

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"editor.defaultFormatter": "esbenp.prettier-vscode",
33
"editor.formatOnSave": true,
4-
"eslint.validate": ["typescript", "javascript"],
4+
"eslint.validate": [
5+
"typescript",
6+
"javascript",
7+
"typescriptreact",
8+
"javascriptreact"
9+
],
510
"[json]": {
611
"editor.defaultFormatter": "esbenp.prettier-vscode"
712
},

0 commit comments

Comments
 (0)