From 76a4ffed202d693f201d2a61428ef4857163931d Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Mar 2025 13:38:25 -0700 Subject: [PATCH] cr --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index 79a552e..c7d5751 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,6 +19,8 @@ export default tseslint.config( }, rules: { ...reactHooks.configs.recommended.rules, + "@typescript-eslint/no-explicit-any": 0, + "@typescript-eslint/no-unused-vars": ["warn", { args: "none" }], "react-refresh/only-export-components": [ "warn", { allowConstantExport: true },