Skip to content

Commit b4a2998

Browse files
committed
Added updateCheck to globals
1 parent 2ebad97 commit b4a2998

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

autoclear-chatgpt-history/eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default [
1515
ecmaVersion: 'latest', sourceType: 'script',
1616
globals: {
1717
...globals.browser, ...globals.greasemonkey,
18-
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable'
18+
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable',
19+
updateCheck: 'readonly'
1920
}
2021
},
2122
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

chatgpt-auto-refresh/eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default [
1515
ecmaVersion: 'latest', sourceType: 'script',
1616
globals: {
1717
...globals.browser, ...globals.greasemonkey,
18-
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable'
18+
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable',
19+
updateCheck: 'readonly'
1920
}
2021
},
2122
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

chatgpt-auto-talk/eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default [
1515
ecmaVersion: 'latest', sourceType: 'script',
1616
globals: {
1717
...globals.browser, ...globals.greasemonkey,
18-
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable'
18+
app: 'writable', chatgpt: 'readonly', config: 'writable', dom: 'readonly', env: 'writable',
19+
updateCheck: 'readonly'
1920
}
2021
},
2122
plugins: { 'import': importPlugin, 'js-styles': stylisticJS, regexp },

0 commit comments

Comments
 (0)