diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 0a94438..e867872 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -20,7 +20,9 @@ "react", "@typescript-eslint" ], - "rules": {}, + "rules": { + "@typescript-eslint/no-explicit-any": "off" + }, "settings": { "react": { "version": "detect"