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 30d493d commit c737be5Copy full SHA for c737be5
Makefile
@@ -1,4 +1,4 @@
1
-BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome)
+BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@1.9.4)
2
BIOME_CONFIG_PATH := --config-path="biome.json"
3
WRITE_FLAG := --write
4
0 commit comments