diff --git a/src/Umbraco.Web.UI.Client/libs/router/generate-route-path-builder.function.ts b/src/Umbraco.Web.UI.Client/libs/router/generate-route-path-builder.function.ts index 5b2e92b10d..5fee139a5c 100644 --- a/src/Umbraco.Web.UI.Client/libs/router/generate-route-path-builder.function.ts +++ b/src/Umbraco.Web.UI.Client/libs/router/generate-route-path-builder.function.ts @@ -1,4 +1,5 @@ -import { stripSlash } from 'router-slot/util'; +/* eslint-disable */ +import { stripSlash } from 'router-slot/util'; // This must only include the util to avoid side effects of registering the route element. const PARAM_IDENTIFIER = /:([^\\/]+)/g;