Skip to content

Commit

Permalink
Deleted no-longer used webkitAudioContext from JS globals ↞ [auto-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 3, 2025
1 parent 6f91c2d commit 1abbb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default [
globals: {
...globals.browser, ...globals.greasemonkey, chatgpt: 'readonly', CryptoJS: 'readonly',
cryptoUtils: 'readonly', dom: 'readonly', GM_cookie: 'readonly', hljs: 'readonly', ipv4: 'readonly',
marked: 'readonly', renderMathInElement: 'readonly', webkitAudioContext: 'readonly'
marked: 'readonly', renderMathInElement: 'readonly'
}
},
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },
Expand Down

0 comments on commit 1abbb81

Please sign in to comment.