From 03066dbb70034eb9fc4c9cd2bf4a81dafb709768 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 12 Feb 2026 15:51:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20noGlobalEval=20biome=20?= =?UTF-8?q?override=20(#2392)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - remove the noGlobalEval security rule override from biome.json ## Validation - bun format-and-lint:fix - bun check --- biome.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/biome.json b/biome.json index 51465b04b..04b77c783 100644 --- a/biome.json +++ b/biome.json @@ -31,9 +31,7 @@ "enabled": true, "rules": { "recommended": true, - "security": { - "noGlobalEval": "off" - }, + "security": {}, "a11y": { "noSvgWithoutTitle": "off", "useMediaCaption": "off",