Commit 94ad03a
Add no-var to eslint-disable for declare global block
CI environment has no-var rule enabled for TypeScript, while local doesn't.
TypeScript requires 'var' in declare global blocks for proper scope augmentation.
Adding no-var to the disable comment ensures CI passes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 74d132e commit 94ad03a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments