Add prettier

This commit is contained in:
Oliver Davies 2025-06-22 21:37:40 +01:00
parent ebb3fb571f
commit 734dec11d8

View file

@ -5,5 +5,6 @@ pkgs.mkShell {
nodejs nodejs
nodePackages.pnpm nodePackages.pnpm
nodePackages.yarn nodePackages.yarn
prettier
]; ];
} }