aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/biome.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/biome.lua')
-rw-r--r--lua/conform/formatters/biome.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/lua/conform/formatters/biome.lua b/lua/conform/formatters/biome.lua
index 3fb0c08..f6d6ae8 100644
--- a/lua/conform/formatters/biome.lua
+++ b/lua/conform/formatters/biome.lua
@@ -5,10 +5,6 @@ return {
description = "A toolchain for web projects, aimed to provide functionalities to maintain them.",
},
command = "biome",
-
- -- pending this bug, do not use stdin: https://github.com/biomejs/biome/issues/455
- stdin = false,
- args = { "format", "--write", "$FILENAME" },
- -- stdin = true,
- -- args = { "format", "--stdin-file-path", "$FILENAME" },
+ stdin = true,
+ args = { "format", "--stdin-file-path", "$FILENAME" },
}