From 273959913342eaddcec10eaa69bf66fb3c22a9e8 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sun, 23 Mar 2025 19:55:52 +0100 Subject: [PATCH] Review ESLint config --- eslint.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index dc0480f..e476618 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,12 +7,9 @@ const config = [ eslintPluginStylistic.configs.recommended, { files: ['**/*.js', '**/*.mjs'], - }, - { languageOptions: { globals: { ...globals.browser, - ...globals.node, Log: 'readonly', MM: 'readonly', Module: 'readonly',