From cc1eaeb97e58b6ff65120b64ca4dd9b14d2722f2 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:03:22 -0300 Subject: [PATCH] =?UTF-8?q?chore(svelte):=20=F0=9F=94=A7=20svelte=20missin?= =?UTF-8?q?g=20declaration=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ec60749..f14cabe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,8 @@ "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true + }, + "svelte.plugin.svelte.compilerWarnings": { + "missing-declaration": "ignore" } }