From c3edc253f84ed275b5861cd2585ef53f51df2441 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 20 Nov 2023 13:31:20 -0800 Subject: [PATCH] enable strict mode --- frontend/.vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index a1cb527b..feefa4a1 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -2,5 +2,7 @@ "search.exclude": { "**/__generated__": true, "**/xliff": true - } + }, + "lit-plugin.strict": true, + "lit-plugin.rules.no-missing-import": "off" }