mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
fix: deno fmt for svelte, etc
This commit is contained in:
parent
88fc362777
commit
403890ebfa
1 changed files with 1 additions and 1 deletions
|
@ -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 ++ [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue