diff --git a/modules/common/helix.nix b/modules/common/helix.nix index b9292bc..e98d5e0 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -58,7 +58,7 @@ in { auto-format = true; formatter.command = "deno"; - formatter.args = [ "fmt" "-" "--ext" extension ]; + formatter.args = [ "fmt" "--unstable-component" "--ext" extension "-" ]; }) |> attrValues; in formattedLanguages ++ [