From 02aed57c76fd66583df74e81df7daf8e000eb45c Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 18 Jul 2023 09:52:23 +0200 Subject: [PATCH] update eslint config --- src/Umbraco.Web.UI.Client/.eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {