all repos — nixfiles @ 378b111a641ab662d0ca241f552e2cb9c7e96a28

System and user configuration, managed by nix and home-manager

dev/web: replace prettier with prettierd
Alan Pearce alan@alanpearce.eu
Mon, 06 May 2024 13:09:03 +0200
commit

378b111a641ab662d0ca241f552e2cb9c7e96a28

parent

28cdee574f731b4adb769c423af55faca2941b2e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/development/web.nixuser/settings/development/web.nix
@@ -7,9 +7,9 @@ vscode-css-languageserver-bin     vscode-html-languageserver-bin
     csslint
     stylelint
-    prettier
   ] ++ (with pkgs; [
     flyctl
+    prettierd
     htmlformat
   ]);
   home.shellAliases = {