summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js28
1 files changed, 3 insertions, 25 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index c7c7cc5605..83b855bbb5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -314,35 +314,13 @@ module.exports = {
'node-core/no-duplicate-requires': 'error',
},
globals: {
- AbortController: 'readable',
- AbortSignal: 'readable',
Atomics: 'readable',
BigInt: 'readable',
- BigInt64Array: 'readable',
- BigUint64Array: 'readable',
- Blob: 'readable',
- DOMException: 'readable',
- Event: 'readable',
- EventTarget: 'readable',
- MessageChannel: 'readable',
- BroadcastChannel: 'readable',
- MessageEvent: 'readable',
- MessagePort: 'readable',
- TextEncoder: 'readable',
- TextDecoder: 'readable',
- queueMicrotask: 'readable',
- globalThis: 'readable',
- btoa: 'readable',
- atob: 'readable',
- performance: 'readable',
- structuredClone: 'readable',
- fetch: 'readable',
- Headers: 'readable',
- Request: 'readable',
- Response: 'readable',
- crypto: 'readable',
Crypto: 'readable',
CryptoKey: 'readable',
+ fetch: 'readable',
+ globalThis: 'readable',
+ Response: 'readable',
SubtleCrypto: 'readable',
},
};