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": {