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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Judge frontend type safety by whether a check or an existing contract backs the declared type, instead of prescribing unknown plus type guards as the only route.
Flag a type assertion only when neither backing exists, replacing the count-based "excessive use" criterion.
Defer external API response types in quality-fixer-frontend to the typescript-rules boundary validation policy and remove the duplicate entry.