Format with prettier

This commit is contained in:
SebastianStork 2024-07-10 15:37:05 +02:00
parent f5a827eacf
commit 6db92f021d
12 changed files with 1149 additions and 1152 deletions

View file

@ -83,6 +83,7 @@
(inputs.treefmt-nix.lib.evalModule pkgs {
projectRootFile = "flake.nix";
programs.nixfmt-rfc-style.enable = true;
programs.prettier.enable = true;
}).config.build.wrapper;
};
}