diff --git a/src/Umbraco.Web.UI.Client/.eslintrc.json b/src/Umbraco.Web.UI.Client/.eslintrc.json index d85e75d152..d021d2caf6 100644 --- a/src/Umbraco.Web.UI.Client/.eslintrc.json +++ b/src/Umbraco.Web.UI.Client/.eslintrc.json @@ -31,6 +31,7 @@ }, "rules": { "no-var": "error", + "import/no-unresolved": "off", "import/order": "warn", "local-rules/bad-type-import": "error", "local-rules/no-direct-api-import": "warn",