We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f9934 commit 61ea78aCopy full SHA for 61ea78a
web_ui/packages/config/lint/eslint.config.js
@@ -26,7 +26,7 @@ const compat = new FlatCompat({
26
27
// https://github.com/sindresorhus/globals/issues/239
28
const GLOBALS_BROWSER_FIX = Object.assign({}, globals.browser, {
29
- AudioWorkletGlobalScope: globals.browser['AudioWorkletGlobalScope '],
+ AudioWorkletGlobalScope: 'readonly',
30
});
31
32
delete GLOBALS_BROWSER_FIX['AudioWorkletGlobalScope '];
0 commit comments