From 403890ebfaf28aa2add267e11c66c89a68fb6057 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 7 Apr 2025 01:53:29 +0300 Subject: [PATCH] fix: deno fmt for svelte, etc --- modules/common/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ++ [