1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

fix: deno fmt for svelte, etc

This commit is contained in:
RGBCube 2025-04-07 01:53:29 +03:00
parent 88fc362777
commit 403890ebfa
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -58,7 +58,7 @@ in {
auto-format = true; auto-format = true;
formatter.command = "deno"; formatter.command = "deno";
formatter.args = [ "fmt" "-" "--ext" extension ]; formatter.args = [ "fmt" "--unstable-component" "--ext" extension "-" ];
}) })
|> attrValues; |> attrValues;
in formattedLanguages ++ [ in formattedLanguages ++ [