From 0dfe7b41f36b15ea0a92e4bb8c4579372167036e Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 7 Oct 2025 20:36:10 -0400 Subject: [PATCH] fix globals key in frontend/embed eslint configs --- packages/frontend-embed/eslint.config.js | 6 +++--- packages/frontend/eslint.config.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend-embed/eslint.config.js b/packages/frontend-embed/eslint.config.js index 002471ee7f..bf18d7c8df 100644 --- a/packages/frontend-embed/eslint.config.js +++ b/packages/frontend-embed/eslint.config.js @@ -117,10 +117,10 @@ export default [ '@types', 'assets', ], - globals: { - ...globals.node, - }, languageOptions: { + globals: { + ...globals.node, + }, parserOptions: { parser: tsParser, project: ['tsconfig.scripts.json'], diff --git a/packages/frontend/eslint.config.js b/packages/frontend/eslint.config.js index c925f7bbcf..8d6fe9823f 100644 --- a/packages/frontend/eslint.config.js +++ b/packages/frontend/eslint.config.js @@ -237,10 +237,10 @@ export default [ '@types', 'assets', ], - globals: { - ...globals.node, - }, languageOptions: { + globals: { + ...globals.node, + }, parserOptions: { parser: tsParser, project: ['tsconfig.scripts.json'],