From a9759ac2c436a2b361e1f446e39032da2cef1aae Mon Sep 17 00:00:00 2001 From: sudomarcma Date: Mon, 16 Jun 2025 11:49:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(eslint):=20=E6=B7=BB=E5=8A=A0node=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=98=E9=87=8F=E5=88=B0eslint=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 7807d8b..c1faee0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -15,6 +15,7 @@ export default defineConfig([ { languageOptions: { globals: { + ...globals.node, ...globals.browser, }, },