Skip to content

Commit 02495e9

Browse files
refactor: remove redundant global declarations from ESLint config
- Remove explicit fetch, setTimeout, clearTimeout declarations from sharedGlobals - These globals are already included in globals.browser - Eliminates duplication and improves maintainability
1 parent 03c056f commit 02495e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clients/typescript/eslint.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ const sharedGlobals = {
3232
Response: 'readonly',
3333
RequestInit: 'readonly',
3434
AbortController: 'readonly',
35-
fetch: 'readonly',
36-
setTimeout: 'readonly',
37-
clearTimeout: 'readonly',
3835
};
3936

4037
export default [

0 commit comments

Comments
 (0)