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

@ -2,7 +2,7 @@
## Authors ## Authors
- Matthias Hofmarcher - Matthias Hofmarcher
- Moritz Kepplinger - Moritz Kepplinger
- Christoph Heiss - Christoph Heiss
- Mathias Trapl - Mathias Trapl
@ -16,5 +16,5 @@ Distributed under the AGPL-3.0-or-later license ([LICENSE](LICENSE) or https://s
### Contribution ### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be licensed by AGPL-3.0-or-later license for inclusion in the work by you shall be licensed by AGPL-3.0-or-later license
as above, without any additional terms or conditions. as above, without any additional terms or conditions.

View file

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