-
Notifications
You must be signed in to change notification settings - Fork 1
Remove any types from @console/ package #207
Copy link
Copy link
Open
Labels
Description
Description
ESLint is currently informing us about any types throughout the frontend. These need to be replaced with proper type definitions.
Requirements
- Replace all
anywith actual types (interfaces, unions, generics, etc.) - Do not use type assertions (
as) as a workaround — fix the underlying type issue - Scope: Frontend only (backend isn't TypeScript anyway)
Acceptance Criteria
-
npm run lintpasses with noany-related errors - No
astype assertions added
Resources
Reactions are currently unavailable