diff --git a/biome.jsonc b/biome.jsonc index a7a717d..e222808 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", "files": { "includes": ["**", "!**/dist/", "!**/lib/", "!**/node_modules/"] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "formatter": {