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" }