diff --git a/biome.json b/biome.json index ebd75b4..1d5e5bf 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/latest/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, diff --git a/packages/backend/biome.json b/packages/backend/biome.json index 31e72fa..8407d1b 100644 --- a/packages/backend/biome.json +++ b/packages/backend/biome.json @@ -1,6 +1,6 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/latest/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, diff --git a/packages/frontend/biome.json b/packages/frontend/biome.json index d9c4ec1..f2e6103 100644 --- a/packages/frontend/biome.json +++ b/packages/frontend/biome.json @@ -1,6 +1,6 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/latest/schema.json", "formatter": { "enabled": true, "formatWithErrors": false,