Skip to content

Commit fa6afa1

Browse files
committed
Added css to globals
1 parent f5fec70 commit fa6afa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default [
1717
ecmaVersion: 'latest', sourceType: 'script',
1818
globals: {
1919
...globals.browser, ...globals.greasemonkey, ...globals.node, app: 'writable', chatgpt: 'readonly',
20-
chrome: 'readonly', config: 'writable', dom: 'readonly', env: 'writable', feedback: 'readonly',
21-
icons: 'writable', modals: 'writable', settings: 'writable', ui: 'readonly'
20+
chrome: 'readonly', config: 'writable', css: 'readonly', dom: 'readonly', env: 'writable',
21+
feedback: 'readonly', icons: 'writable', modals: 'writable', settings: 'writable', ui: 'readonly'
2222
}
2323
},
2424
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)