From 6cbb2168a2379dcf4b09b3625f946609a66e51a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 20 Feb 2026 02:50:17 +0100 Subject: [PATCH] fix: correct env in .oxlintrc.json --- .oxlintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 1f900dd..74946a2 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -16,8 +16,10 @@ "perf": "error" }, "env": { + "builtin": true, "browser": true, - "node": true + "node": true, + "shared-node-browser": true }, "rules": { "no-await-in-loop": "off",