Skip to content

Commit e85b216

Browse files
committed
Added ui to globals
1 parent 9336200 commit e85b216

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

amazongpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default [
2121
inputEvents: 'readonly', ipv4: 'readonly', JSON5: 'readonly', log: 'readonly', marked: 'readonly',
2222
menus: 'writable', modals: 'readonly', msgChain: 'writable', prompts: 'readonly',
2323
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
24-
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', update: 'readonly',
25-
updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
24+
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly',
25+
update: 'readonly', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2626
}
2727
},
2828
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

bravegpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default [
2121
inputEvents: 'readonly', ipv4: 'readonly', JSON5: 'readonly', log: 'readonly', marked: 'readonly',
2222
menus: 'writable', modals: 'readonly', msgChain: 'writable', prompts: 'readonly',
2323
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
24-
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', update: 'readonly',
25-
updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
24+
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly',
25+
update: 'readonly', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2626
}
2727
},
2828
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

duckduckgpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default [
2121
inputEvents: 'readonly', ipv4: 'readonly', JSON5: 'readonly', log: 'readonly', marked: 'readonly',
2222
menus: 'writable', modals: 'readonly', msgChain: 'writable', prompts: 'readonly',
2323
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
24-
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', update: 'readonly',
25-
updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
24+
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly',
25+
update: 'readonly', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2626
}
2727
},
2828
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

googlegpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default [
2121
inputEvents: 'readonly', ipv4: 'readonly', JSON5: 'readonly', log: 'readonly', marked: 'readonly',
2222
menus: 'writable', modals: 'readonly', msgChain: 'writable', prompts: 'readonly',
2323
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
24-
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', update: 'readonly',
25-
updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
24+
show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable', tooltip: 'writable', ui: 'readonly',
25+
update: 'readonly', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2626
}
2727
},
2828
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)