Skip to content

Commit 623676f

Browse files
authored
Added icons to JS globals
1 parent bc464d6 commit 623676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
ecmaVersion: 'latest', sourceType: 'script',
1515
globals: {
1616
...globals.browser, ...globals.greasemonkey, ...globals.node, chatgpt: 'readonly', chrome: 'readonly',
17-
config: 'writable', dom: 'readonly', settings: 'writable'
17+
config: 'writable', dom: 'readonly', icons: 'writable', settings: 'writable'
1818
}
1919
},
2020
plugins: { regexp, 'js-styles': stylisticJS },

0 commit comments

Comments
 (0)