You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.eslintrc.js disables @typescript-eslint/no-explicit-any, potentially leading to untyped values across the codebase. Enable @typescript-eslint/no-explicit-any to improve type safety. Gradually refactor to replace any with specific types
The text was updated successfully, but these errors were encountered:
.eslintrc.js disables @typescript-eslint/no-explicit-any, potentially leading to untyped values across the codebase. Enable @typescript-eslint/no-explicit-any to improve type safety. Gradually refactor to replace any with specific types
The text was updated successfully, but these errors were encountered: