Skip to content

Commit 1e6c9e0

Browse files
committed
Deleted no-longer used webkitAudioContext from JS globals ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 3ed79dd commit 1e6c9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default [
1616
globals: {
1717
...globals.browser, ...globals.greasemonkey, chatgpt: 'readonly', CryptoJS: 'readonly',
1818
cryptoUtils: 'readonly', dom: 'readonly', GM_cookie: 'readonly', hljs: 'readonly', ipv4: 'readonly',
19-
marked: 'readonly', renderMathInElement: 'readonly', webkitAudioContext: 'readonly'
19+
marked: 'readonly', renderMathInElement: 'readonly'
2020
}
2121
},
2222
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)