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
Add ESLint no-var disable directive for TypeScript global declarations
CI requires no-var to be disabled for var declarations in declare global blocks.
This is necessary because TypeScript global augmentation requires var, not let/const.
0 commit comments