Skip to content

Commit aa0dbdc

Browse files
committed
1 parent bf4723c commit aa0dbdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export default [
1717
languageOptions: {
1818
ecmaVersion: 'latest', sourceType: 'script',
1919
globals: {
20-
...globals.browser, ...globals.greasemonkey, ...globals.node, buttons: 'writable', chatgpt: 'readonly',
21-
chrome: 'readonly', config: 'writable', dom: 'readonly', icons: 'writable', modals: 'readonly',
22-
settings: 'writable'
20+
...globals.browser, ...globals.greasemonkey, ...globals.node, buttons: 'writable', chatbar: 'readonly',
21+
chatgpt: 'readonly', chrome: 'readonly', config: 'writable', dom: 'readonly', icons: 'writable',
22+
modals: 'readonly', settings: 'writable'
2323
}
2424
},
2525
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)