Skip to content

Commit 14645ba

Browse files
committed
Added css to globals
1 parent d04d362 commit 14645ba

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
@@ -16,8 +16,8 @@ export default [
1616
...globals.browser, ...globals.greasemonkey, ...globals.node, api: 'readonly', apis: 'writable',
1717
app: 'writable', buttons: 'writable', chatbar: 'writable', chatgpt: 'readonly',
1818
checkBtnsToClick: 'readonly', config: 'writable', CryptoJS: 'readonly', cryptoUtils: 'readonly',
19-
dom: 'readonly', env: 'writable', feedback: 'readonly', fontSizeSlider: 'writable', get: 'readonly',
20-
GM_cookie: 'readonly', hljs: 'readonly', icons: 'writable', infinity: 'readonly',
19+
css: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly', fontSizeSlider: 'writable',
20+
get: 'readonly', GM_cookie: 'readonly', hljs: 'readonly', icons: 'writable', infinity: 'readonly',
2121
inputEvents: 'readonly', ipv4: 'readonly', JSON5: 'readonly', log: 'readonly', marked: 'readonly',
2222
menus: 'writable', modals: 'writable', msgChain: 'writable', notify: 'readonly', prompts: 'readonly',
2323
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',

0 commit comments

Comments
 (0)