We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
icons
1 parent bc464d6 commit 623676fCopy full SHA for 623676f
eslint.config.mjs
@@ -14,7 +14,7 @@ export default [
14
ecmaVersion: 'latest', sourceType: 'script',
15
globals: {
16
...globals.browser, ...globals.greasemonkey, ...globals.node, chatgpt: 'readonly', chrome: 'readonly',
17
- config: 'writable', dom: 'readonly', settings: 'writable'
+ config: 'writable', dom: 'readonly', icons: 'writable', settings: 'writable'
18
}
19
},
20
plugins: { regexp, 'js-styles': stylisticJS },
0 commit comments