From a821839f86e8a640bf0c49f845e430ec5f646a3c Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 25 Jul 2025 09:45:09 +0530 Subject: [PATCH] Update config --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index ad38b2e..2123968 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -18,7 +18,6 @@ const eslintConfig = [ "varsIgnorePattern": "^_" }], "@typescript-eslint/no-empty-object-type": "off", - "@typescript-eslint/no-explicit-any": "off", "react-hooks/exhaustive-deps": "warn", "indent": ["error", 2, { "SwitchCase": 1 }], "react/jsx-indent": ["error", 2],