Skip to content

Commit 655101f

Browse files
committed
Added Tone to globals
1 parent f40fb8e commit 655101f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ export default [
2424
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
2525
show: 'readonly', sites: 'writable', string: 'readonly', styles: 'writable', sync: 'readonly',
2626
syncConfigToUI: 'readonly', themes: 'readonly', toggle: 'readonly', toggleMode: 'readonly',
27-
toggles: 'writable', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly', update: 'readonly',
28-
updateCheck: 'readonly', userscript: 'readonly', webkitAudioContext: 'readonly', xhr: 'readonly'
27+
toggles: 'writable', Tone: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly',
28+
update: 'readonly', updateCheck: 'readonly', userscript: 'readonly', webkitAudioContext: 'readonly',
29+
xhr: 'readonly'
2930
}
3031
},
3132
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)