From 5b1cfc25696567d7741fcfeb04f7ab90f1cbbd6a Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Wed, 1 May 2024 19:34:17 -0400 Subject: [PATCH] No explicit any --- client/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 06412f6..ee3d356 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -18,7 +18,8 @@ "plugins": ["react", "@typescript-eslint"], "rules": { "react/react-in-jsx-scope": "off", - "@typescript-eslint/ban-ts-comment": "off" + "@typescript-eslint/ban-ts-comment": "off", + "@typescript-eslint/no-explicit-any": "off" }, "settings": { "react": {