Skip to content

Commit

Permalink
Add globals
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 16, 2023
1 parent d23593e commit fe57e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default [
files: ['src/*.js'],
languageOptions: {
globals: {
document: 'readonly'
document: 'readonly',
HTMLElement: 'readonly'
}
}
}
Expand Down

0 comments on commit fe57e6e

Please sign in to comment.