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