Skip to content

Commit

Permalink
Removed no-longer needed dom.js override
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Dec 1, 2024
1 parent cd44583 commit 6640642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default [
ecmaVersion: 'latest', sourceType: 'script',
globals: {
...globals.browser, ...globals.greasemonkey, ...globals.node, chatgpt: 'readonly', chrome: 'readonly',
config: 'writable', CryptoJS: 'readonly', dom: 'readonly', settings: 'writable'
config: 'writable', dom: 'readonly', settings: 'writable'
}
},
plugins: { regexp, 'js-styles': stylisticJS },
Expand All @@ -37,7 +37,6 @@ export default [
}
},
{ files: ['**/chatgpt.js'], languageOptions: { globals: { chatgpt: 'off' }}},
{ files: ['**/dom.js'], languageOptions: { globals: { dom: 'off' }}},
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
{ files: ['**/*.json'], ignores: ['**/package-lock.json'], language: 'json/json', ...json.configs.recommended },
{
Expand Down

0 comments on commit 6640642

Please sign in to comment.