Skip to content

Commit fe85a75

Browse files
committed
Added log to globals
1 parent 7655a08 commit fe85a75

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

amazongpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default [
1717
...globals.browser, ...globals.greasemonkey, app: 'writable', chatgpt: 'readonly', config: 'writable',
1818
CryptoJS: 'readonly', cryptoUtils: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly',
1919
GM_cookie: 'readonly', hljs: 'readonly', icons: 'readonly', ipv4: 'readonly', JSON5: 'readonly',
20-
marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly', settings: 'writable',
21-
toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
20+
log: 'readonly', marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly',
21+
settings: 'writable', toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
2222
}
2323
},
2424
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
@@ -17,8 +17,8 @@ export default [
1717
...globals.browser, ...globals.greasemonkey, app: 'writable', chatgpt: 'readonly', config: 'writable',
1818
CryptoJS: 'readonly', cryptoUtils: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly',
1919
GM_cookie: 'readonly', hljs: 'readonly', icons: 'readonly', ipv4: 'readonly', JSON5: 'readonly',
20-
marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly', settings: 'writable',
21-
toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
20+
log: 'readonly', marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly',
21+
settings: 'writable', toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
2222
}
2323
},
2424
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
@@ -17,8 +17,8 @@ export default [
1717
...globals.browser, ...globals.greasemonkey, app: 'writable', chatgpt: 'readonly', config: 'writable',
1818
CryptoJS: 'readonly', cryptoUtils: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly',
1919
GM_cookie: 'readonly', hljs: 'readonly', icons: 'readonly', ipv4: 'readonly', JSON5: 'readonly',
20-
marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly', settings: 'writable',
21-
toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
20+
log: 'readonly', marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly',
21+
settings: 'writable', toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
2222
}
2323
},
2424
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default [
2222
chrome: 'readonly', config: 'writable', CryptoJS: 'readonly', cryptoUtils: 'readonly',
2323
deepseek: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly', GM_cookie: 'readonly',
2424
hljs: 'readonly', icons: 'writable', importScripts: 'readonly', infinity: 'readonly', JSON5: 'readonly',
25-
ipv4: 'readonly', marked: 'readonly', modals: 'writable', notify: 'readonly',
25+
ipv4: 'readonly', log: 'readonly', marked: 'readonly', modals: 'writable', notify: 'readonly',
2626
renderMathInElement: 'readonly', session: 'readonly', settings: 'writable', sites: 'writable',
2727
styles: 'readonly', sync: 'readonly', syncConfigToUI: 'readonly', toggle: 'readonly',
2828
toggleMode: 'readonly', toggles: 'writable', toolbarMenu: 'writable', tooltip: 'writable',

googlegpt/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default [
1717
...globals.browser, ...globals.greasemonkey, app: 'writable', chatgpt: 'readonly', config: 'writable',
1818
CryptoJS: 'readonly', cryptoUtils: 'readonly', dom: 'readonly', env: 'writable', feedback: 'readonly',
1919
GM_cookie: 'readonly', hljs: 'readonly', icons: 'readonly', ipv4: 'readonly', JSON5: 'readonly',
20-
marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly', settings: 'writable',
21-
toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
20+
log: 'readonly', marked: 'readonly', renderMathInElement: 'readonly', session: 'readonly',
21+
settings: 'writable', toggle: 'readonly', toolbarMenu: 'writable', updateCheck: 'readonly'
2222
}
2323
},
2424
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)