Update biome schema to match CLI 2.4.10

Amolith created

The $schema URL was pinned to 2.0.0 while the installed biome is 2.4.10,
producing an info diagnostic on every lint run.

Change summary

biome.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

biome.json 🔗

@@ -1,5 +1,5 @@
 {
-	"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
+	"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
 	"vcs": {
 		"enabled": true,
 		"clientKind": "git"