diff --git a/src/Umbraco.Web.UI.Client/.eslintrc.json b/src/Umbraco.Web.UI.Client/.eslintrc.json index d357a59bf1..a7d9de717b 100644 --- a/src/Umbraco.Web.UI.Client/.eslintrc.json +++ b/src/Umbraco.Web.UI.Client/.eslintrc.json @@ -45,7 +45,9 @@ "local-rules/umb-class-prefix": "error", "local-rules/prefer-static-styles-last": "warn", "local-rules/ensure-relative-import-use-js-extension": "error", - "@typescript-eslint/no-non-null-assertion": "off" + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-explicit-any": "warn", + "@typescript-eslint/no-unused-vars": "warn" }, "settings": { "import/parsers": {