Commit ae96219
fix: add Node.js globals to ESLint config
Add fetch, setInterval, clearInterval, Buffer, setTimeout, clearTimeout
to ESLint globals to prevent no-undef errors for standard Node.js/browser APIs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8cedd9d commit ae96219
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
0 commit comments