Commit bfa0fe1
Add no-var ESLint disable for TypeScript global declarations
CI ESLint requires the no-var rule to be explicitly disabled for the
'var' declarations in the global scope, even though var is required
by TypeScript for proper global augmentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 42ca9c5 commit bfa0fe1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments