]> Piment Noir Git Repositories - benchmarks-js.git/commitdiff
chore: migrate biome configuration to 2.3.11 schema
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 21:53:34 +0000 (22:53 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 21:53:34 +0000 (22:53 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json

index c959b4753ccd466c03296d8eeb6e042c2403f345..9bb0172416467528c559cb5d0becb3941bc9d95a 100644 (file)
@@ -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": {