From 1c446c466ffa6fedeb525c41ea51a57e7b606b76 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:30:18 -0500 Subject: [PATCH] [Dev] Update biome.jsonc --- biome.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 69c8272bbc0..994720ef9e3 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -5,7 +5,7 @@ */ { - "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -60,6 +60,7 @@ "recommended": true, "correctness": { "noUndeclaredVariables": "error", + "useParseIntRadix": "off", "noUnusedVariables": "error", "noSwitchDeclarations": "error", "noVoidTypeReturn": "error",