helix: Use deno formatter for JSON too
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled

This commit is contained in:
Pedro Rey Anca 2025-11-16 18:32:36 +01:00
parent c89b356601
commit 5c6a84d708
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -43,9 +43,11 @@
{
name = "json";
formatter = {
command = "${pkgs.nodePackages.prettier}/bin/prettier";
command = "${pkgs.deno}/bin/deno";
args = [
"--parser"
"fmt"
"-"
"--ext"
"json"
];
};