From 39eb3ec5a4dcfadd84fdffaac4d32e1a9f8d165f Mon Sep 17 00:00:00 2001 From: Hyunbin Seo <47051820+hyunbinseo@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:57:14 +0900 Subject: [PATCH] docs: update vs code eslint config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd85f3a6..56a962785 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Configure `.svelte` files in `.vscode/settings.json`: ```json { - "eslint.validate": ["javascript", "javascriptreact", "svelte"] + "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "svelte"] } ```