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

index 502f9d1585c7554841e31329d33739d7b4de901a..fc81b4767a1c04ca1402eaf1393a9aa696e9d5cd 100644 (file)
@@ -1,8 +1,13 @@
 {
-  "root": false,
   "root": true,
-  "$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": {