From 1741e6fc30cbfca996f2e7b12ae4bd1c77620440 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 16 Jan 2026 15:59:27 -0600 Subject: [PATCH] Remove unused globals? --- eslint.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index bd2404add7..0a01d1c688 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -72,8 +72,6 @@ export default defineConfig( sourceType: 'module', globals: { ...globals.browser, - ...globals.node, - ...globals.es2021, }, parserOptions: { parser: tsParser,