fix: eslint not working on jsx/tsx files
This commit is contained in:
parent
80b6656e38
commit
f59dfa7232
2 changed files with 9 additions and 2 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -83,7 +83,13 @@
|
|||
"nix.serverPath": "nixd",
|
||||
|
||||
"eslint.workingDirectories": [{ "mode": "auto" }],
|
||||
"eslint.validate": ["javascript", "typescript", "svelte"],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"svelte"
|
||||
],
|
||||
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue