Skip to content

Commit 42b3781

Browse files
committed
Added themes to globals
1 parent 9d7214f commit 42b3781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default [
2323
menus: 'writable', modals: 'writable', msgChain: 'writable', notify: 'readonly', prompts: 'readonly',
2424
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
2525
show: 'readonly', sites: 'writable', string: 'readonly', styles: 'writable', sync: 'readonly',
26-
syncConfigToUI: 'readonly', toggle: 'readonly', toggleMode: 'readonly', toggles: 'writable',
27-
toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly', update: 'readonly',
26+
syncConfigToUI: 'readonly', themes: 'readonly', toggle: 'readonly', toggleMode: 'readonly',
27+
toggles: 'writable', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly', update: 'readonly',
2828
updateCheck: 'readonly', userscript: 'readonly', webkitAudioContext: 'readonly', xhr: 'readonly'
2929
}
3030
},

0 commit comments

Comments
 (0)