From 1063d856f13d74693ff65a3ee3a3df58142b1b41 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:01:46 +0100 Subject: [PATCH] disable unresolved rule (not compatible with vite) --- src/Umbraco.Web.UI.Client/.eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.eslintrc.json b/src/Umbraco.Web.UI.Client/.eslintrc.json index b120238897..d85e75d152 100644 --- a/src/Umbraco.Web.UI.Client/.eslintrc.json +++ b/src/Umbraco.Web.UI.Client/.eslintrc.json @@ -31,7 +31,6 @@ }, "rules": { "no-var": "error", - "import/no-unresolved": "error", "import/order": "warn", "local-rules/bad-type-import": "error", "local-rules/no-direct-api-import": "warn",