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,