From 95e70f575453efc91461b23ce3850f563bdc1bd4 Mon Sep 17 00:00:00 2001 From: Tomas Zijdemans Date: Sun, 16 Aug 2026 15:13:55 +0200 Subject: [PATCH] chore: enable no-node-globals and no-process-global lint rules --- deno.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deno.json b/deno.json index fd16adbb79aa..f1c421b9a52e 100644 --- a/deno.json +++ b/deno.json @@ -52,6 +52,8 @@ "include": [ "camelcase", "no-import-prefix", + "no-node-globals", + "no-process-global", "no-sync-fn-in-async-fn", "single-var-declarator", "no-console"