Skip to content

Commit 39eb3ec

Browse files
authored
docs: update vs code eslint config
1 parent 01d540e commit 39eb3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Configure `.svelte` files in `.vscode/settings.json`:
231231

232232
```json
233233
{
234-
"eslint.validate": ["javascript", "javascriptreact", "svelte"]
234+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "svelte"]
235235
}
236236
```
237237

0 commit comments

Comments
 (0)