Skip to content

Commit 837265b

Browse files
committed
Added userscript to globals
1 parent b5429a2 commit 837265b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

amazongpt/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
log: 'readonly', marked: 'readonly', menus: 'writable', modals: 'readonly', msgChain: 'writable',
2222
prompts: 'readonly', renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly',
2323
settings: 'writable', show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable',
24-
tooltip: 'writable', updateCheck: 'readonly', xhr: 'writable'
24+
tooltip: 'writable', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2525
}
2626
},
2727
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

bravegpt/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
log: 'readonly', marked: 'readonly', menus: 'writable', modals: 'readonly', msgChain: 'writable',
2222
prompts: 'readonly', renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly',
2323
settings: 'writable', show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable',
24-
tooltip: 'writable', updateCheck: 'readonly', xhr: 'writable'
24+
tooltip: 'writable', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2525
}
2626
},
2727
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

duckduckgpt/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
log: 'readonly', marked: 'readonly', menus: 'writable', modals: 'readonly', msgChain: 'writable',
2222
prompts: 'readonly', renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly',
2323
settings: 'writable', show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable',
24-
tooltip: 'writable', updateCheck: 'readonly', xhr: 'writable'
24+
tooltip: 'writable', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2525
}
2626
},
2727
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default [
2727
renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly', settings: 'writable',
2828
show: 'readonly', sites: 'writable', styles: 'readonly', sync: 'readonly', syncConfigToUI: 'readonly',
2929
toggle: 'readonly', toggleMode: 'readonly', toggles: 'writable', toolbarMenu: 'writable',
30-
tooltip: 'writable', ui: 'readonly', updateCheck: 'readonly', xhr: 'writable'
30+
tooltip: 'writable', ui: 'readonly', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
3131
}
3232
},
3333
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

googlegpt/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
log: 'readonly', marked: 'readonly', menus: 'writable', modals: 'readonly', msgChain: 'writable',
2222
prompts: 'readonly', renderMathInElement: 'readonly', replyBubble: 'writable', session: 'readonly',
2323
settings: 'writable', show: 'readonly', toggle: 'readonly', toolbarMenu: 'writable',
24-
tooltip: 'writable', updateCheck: 'readonly', xhr: 'writable'
24+
tooltip: 'writable', updateCheck: 'readonly', userscript: 'readonly', xhr: 'writable'
2525
}
2626
},
2727
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)