Add prettier for formatting html files automatically

Because I was wasting time doing it myself
This commit is contained in:
Eli Ribble 2026-02-06 16:10:09 +00:00
parent dbd84c1c09
commit 49b10a7d7e
No known key found for this signature in database
30 changed files with 4272 additions and 2673 deletions

View file

@ -26,6 +26,8 @@
pkgs.goose
pkgs.gotools
pkgs.lefthook
pkgs.prettier
pkgs.prettier-plugin-go-template
pkgs.watchexec
];
};