We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webkitAudioContext
1 parent 3ed79dd commit 1e6c9e0Copy full SHA for 1e6c9e0
eslint.config.mjs
@@ -16,7 +16,7 @@ export default [
16
globals: {
17
...globals.browser, ...globals.greasemonkey, chatgpt: 'readonly', CryptoJS: 'readonly',
18
cryptoUtils: 'readonly', dom: 'readonly', GM_cookie: 'readonly', hljs: 'readonly', ipv4: 'readonly',
19
- marked: 'readonly', renderMathInElement: 'readonly', webkitAudioContext: 'readonly'
+ marked: 'readonly', renderMathInElement: 'readonly'
20
}
21
},
22
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },
0 commit comments