diff --git a/biome.jsonc b/biome.jsonc index 4d06898..2fcc7de 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.12/schema.json", "files": { "includes": ["**", "!**/dist/", "!**/lib/", "!**/node_modules/"] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "formatter": {