From 301acdfce5e9af687a77bf9354aed7a21813fa18 Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:57:14 +0100 Subject: [PATCH] Biome: Bump to 2.2.2 --- Makefile | 2 +- biome.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index acf33302..700ba6f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@2.2.0) +BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@2.2.2) BIOME_CONFIG_PATH := --config-path="biome.json" WRITE_FLAG := --write diff --git a/biome.json b/biome.json index 4a1467f0..263e8cbb 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", + "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json", "root": false, "vcs": { "enabled": true,