Commit graph

7 commits

Author SHA1 Message Date
Simon Rey
1908f72bc3 fix(main): let biome format generated schemas normally
Revert the biome ignore for schemas/ and instead run biome format
as the final step of generate:schemas so the committed output
matches what CI produces.

Signed-off-by: Simon Rey <simon@podman-desktop.io>
AI-assisted: yes
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-15 09:31:37 +02:00
Simon Rey
9096743588 fix(main): exclude schemas/ from biome formatting
Generated JSON schemas use JSON.stringify output and should not
be reformatted by biome, avoiding CI drift between generation
and formatting passes.

Signed-off-by: Simon Rey <simon@podman-desktop.io>
AI-assisted: yes
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-15 09:31:37 +02:00
Florent Benoit
a86a28c7b4 chore: use of the tailwindcss directive parser
fixes an issue while formatting css files
https://github.com/podman-desktop/podman-desktop/pull/14603
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-10-27 09:45:24 +01:00
Florent Benoit
fba3f6037e chore: introduce inversify library
also update tsconfig files to be able to use decorators/annotations
and update biome configuration to accept decorators

related to https://github.com/podman-desktop/podman-desktop/issues/12640

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-06-26 14:08:33 +02:00
Florent Benoit
ef0d286cb1 chore: upgrade biomejs to v2
some small changes in formatting
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-06-18 13:44:13 +02:00
Jeff MAURY
5ec2f7cfac
fix: skip output folder during format actions (#9580)
Fixes #9549

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2024-10-24 13:45:32 +02:00
Florent Benoit
83c9bccd85 chore: replace prettier by biome
faster than prettier and covering out of the box more files

fixes https://github.com/containers/podman-desktop/issues/8970

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-10-11 13:55:01 +02:00