From d06c494d067ca5c712d3428b40e6fcf720d89853 Mon Sep 17 00:00:00 2001 From: Epoxide Date: Tue, 16 Jul 2024 22:48:34 +0200 Subject: [PATCH] chore: eslint validate astro in vscode --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8dcd1fe..59b15de 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "eslint.validate": ["javascript", "svelte", "vue"], + "eslint.validate": ["javascript", "astro", "svelte", "vue"], "typescript.tsdk": "node_modules/typescript/lib" }