diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 22:32:55 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 22:32:55 +0000 |
| commit | 47848d0198cb13a718fd507bed98b03b13846b15 (patch) | |
| tree | 4afdb452834c160be323367805e9fe6c76239e42 /eslint.config.js | |
| parent | cde120b3d730dfb56fa59759bb9a7369584f551c (diff) | |
Fix various ESLint 'no-undef' rule instances.
https://eslint.org/docs/latest/rules/no-undef
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js index a42b6d0e3..9b54e36af 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -30,6 +30,9 @@ export default [ navigator: 'readonly', Event: 'readonly', CustomEvent: 'readonly', + Element: 'readonly', + IntersectionObserver: 'readonly', + MutationObserver: 'readonly', // Dojo dojo: 'readonly', |