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