1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

chore: flake: add prettier to treefmt

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-22 19:26:04 +02:00
parent 134000814e
commit 3d329d6f58
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
2 changed files with 6 additions and 2 deletions

View file

@ -25,6 +25,10 @@
};
statix.enable = true;
deadnix.enable = true;
prettier = {
enable = true;
excludes = [ "backend/**" "frontend/openapi-generated/**" ];
};
};
};