Skip to content

Commit 8344e19

Browse files
committed
Removed no-longer needed chatgpt from globals
1 parent 284ca2a commit 8344e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default [
2020
},
2121
languageOptions: {
2222
ecmaVersion: 'latest', sourceType: 'script',
23-
globals: { ...globals.browser, ...globals.greasemonkey, chatgpt: 'readonly' }
23+
globals: { ...globals.browser, ...globals.greasemonkey }
2424
}
2525
},
2626
{ files: ['**/*.mjs', '**/lib*/*.js'], languageOptions: { sourceType: 'module' }},

0 commit comments

Comments
 (0)