From: Jérôme Benoit Date: Thu, 8 Jan 2026 21:53:34 +0000 (+0100) Subject: chore: migrate biome configuration to 2.3.11 schema X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f71abafbe5177d011c2768c198abd6766e54d971;p=benchmarks-js.git chore: migrate biome configuration to 2.3.11 schema Signed-off-by: Jérôme Benoit --- diff --git a/biome.json b/biome.json index c959b47..9bb0172 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,12 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", - "assist": { "actions": { "source": { "organizeImports": "off" } } }, + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "assist": { + "actions": { + "source": { + "organizeImports": "off" + } + } + }, "linter": { "enabled": false, "rules": {