From a558449964ccec605a0e6af6a55f47bab40bc010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 7 Mar 2026 19:28:17 +0100 Subject: [PATCH] chore: remove eslint warn rule --- eslint.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index fa8e45b..9204583 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -33,8 +33,6 @@ export default ts.config( "error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, ], - // Allow explicit any sparingly — we're adults here - "@typescript-eslint/no-explicit-any": "warn", // Enforce consistent type imports "@typescript-eslint/consistent-type-imports": [ "error",