diff --git a/biome.jsonc b/biome.jsonc index 8f3769826e0..b6a4dffe21c 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -91,11 +91,13 @@ { "include": ["test/**/*.test.ts"], "javascript": { "globals": [] }, - "linter": { "rules": { - "performance": { - "noDelete": "off" + "linter": { + "rules": { + "performance": { + "noDelete": "off" + } } - } } + } } ] }