From 47848d0198cb13a718fd507bed98b03b13846b15 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 12 Oct 2025 22:32:55 +0000 Subject: Fix various ESLint 'no-undef' rule instances. https://eslint.org/docs/latest/rules/no-undef --- eslint.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eslint.config.js') 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', -- cgit v1.2.3-54-g00ecf