diff --git a/biome.jsonc b/biome.jsonc index e517d3a18d0..ff541f4dcc2 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -70,7 +70,10 @@ }, "style": { "useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome - "useBlockStatements": "error", + "useBlockStatements": { + "level": "error", + "fix": "safe" + }, "useConst": "error", "useImportType": "error", "noNonNullAssertion": "off", // TODO: Turn this on ASAP and fix all non-null assertions in non-test files