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"
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.
biome.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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"