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
Use any instead of unknown for uninitialized variables
- Replace unknown types with any to satisfy Biome linter
- Biome requires explicit type annotations for uninitialized variables
- TypeScript errors remain at 31 (all pre-existing)
0 commit comments