-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
P3Priority: lowPriority: lowfrontendFrontend relatedFrontend relatedrefactorCode improvementCode improvement
Description
Problem
Frontend tsconfig.json may not have strict mode fully enabled, allowing implicit any types and unchecked nulls. This reduces type safety and makes refactoring riskier.
Steps to fix
- Set
"strict": trueintsconfig.json - Enable
noImplicitAny,strictNullChecks,strictFunctionTypes - Fix type errors that emerge
- Consider adding pre-commit ESLint hook
Files
frontend/tsconfig.json- Various
.tsxfiles (fix type errors)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Priority: lowPriority: lowfrontendFrontend relatedFrontend relatedrefactorCode improvementCode improvement