Skip to content

Commit 61ea78a

Browse files
authored
Fix an issue incompatible with later versions (#1319)
1 parent e8f9934 commit 61ea78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_ui/packages/config/lint/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const compat = new FlatCompat({
2626

2727
// https://github.com/sindresorhus/globals/issues/239
2828
const GLOBALS_BROWSER_FIX = Object.assign({}, globals.browser, {
29-
AudioWorkletGlobalScope: globals.browser['AudioWorkletGlobalScope '],
29+
AudioWorkletGlobalScope: 'readonly',
3030
});
3131

3232
delete GLOBALS_BROWSER_FIX['AudioWorkletGlobalScope '];

0 commit comments

Comments
 (0)