diff --git a/biome.jsonc b/biome.jsonc index 75e260cf2..24831543b 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.8/schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } } }, "files": { "includes": ["**", "!**/package.json", "!**/node_modules", "!**/.nuxt", "!**/.output"] diff --git a/webclient/biome.jsonc b/webclient/biome.jsonc index 8b40974b6..2994f147f 100644 --- a/webclient/biome.jsonc +++ b/webclient/biome.jsonc @@ -1,4 +1,4 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.8/schema.json", "extends": "//" }