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",