Skip to content

Commit b09fe86

Browse files
Enable ESLint editor validation for JSX
1 parent b8aac53 commit b09fe86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
"source.fixAll": "explicit",
77
"source.fixAll.eslint": "explicit"
88
},
9-
"eslint.validate": ["javascript", "typescript"],
9+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
1010
"eslint.codeAction.showDocumentation": {
1111
"enable": true
1212
},
13-
"eslint.alwaysShowStatus": true,
14-
"eslint.workingDirectories": ["src"],
1513
"typescript.tsdk": "node_modules/typescript/lib"
1614
}

0 commit comments

Comments
 (0)