From db7547fd6d90a3d9013eb67cafbfcd737b29da0f Mon Sep 17 00:00:00 2001 From: Volnei Munhoz Date: Thu, 29 Jan 2026 08:25:01 -0300 Subject: [PATCH] Remove noProcessGlobal for atoms (#27382) --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index 863f4674b5..179185e42c 100644 --- a/biome.json +++ b/biome.json @@ -358,6 +358,9 @@ "includes": ["packages/platform/atoms/**/*.{ts,tsx,js,jsx,mts,mjs,cjs,cts}"], "linter": { "rules": { + "correctness": { + "noProcessGlobal": "off" + }, "style": { "noRestrictedImports": { "level": "error",