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
chore: replace any types with proper types and enforce no-explicit-any
Replace all explicit any annotations with types imported from existing
packages (vscode, sinon, child_process) or TypeScript built-ins (unknown,
inline object types, typeof console.log). Enable @typescript-eslint/no-explicit-any
as an error in ESLint to prevent regressions.
0 commit comments