From: Jérôme Benoit Date: Thu, 8 Jan 2026 21:48:13 +0000 (+0100) Subject: chore: migrate biome configuration to 2.3.11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e03842386f30097a7d6ac19530bfec51dcaaa89d;p=poolifier.git chore: migrate biome configuration to 2.3.11 Signed-off-by: Jérôme Benoit --- diff --git a/biome.json b/biome.json index 502f9d158..fc81b4767 100644 --- a/biome.json +++ b/biome.json @@ -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": {