Skip to content

Commit

Permalink
Corrected dom.js config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 27, 2024
1 parent e727c4c commit 455ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default [
}
},
{ files: ['**/chatgpt.js'], languageOptions: { globals: { chatgpt: 'off' }}},
{ files: ['**/dom.js'], languageOptions: { globals: { chatgpt: 'dom' }}},
{ 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 455ecba

Please sign in to comment.