We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780edd2 commit 5fd74b7Copy full SHA for 5fd74b7
Makefile
@@ -1,4 +1,4 @@
1
-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)
2
BIOME_CONFIG_PATH := --config-path="biome.json"
3
WRITE_FLAG := --write
4
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": {
5
"enabled": true,
0 commit comments