We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1e43d commit 6804432Copy full SHA for 6804432
packages/eslint-plugin-svelte/tests/utils/utils.ts
@@ -21,7 +21,9 @@ const globals = {
21
setInterval: 'readonly',
22
queueMicrotask: 'readonly',
23
window: 'readonly',
24
- globalThis: 'readonly'
+ globalThis: 'readonly',
25
+ URL: 'readonly',
26
+ URLSearchParams: 'readonly'
27
};
28
/**
29
* Prevents leading spaces in a multiline template literal from appearing in the resulting string
0 commit comments