mirror of
https://github.com/Unleash/unleash.git
synced 2026-09-10 22:25:45 +00:00
27313d8a53
`biome check` Runs formatter, linter and import sorting to the requested files. https://biomejs.dev/reference/cli/#biome-check `oss/frontend` wasn't using it. Smallest change to simplify things is to align on how enterprise and oss backend work: * `pnpm lint` - checks * `pnpm lint:fix` - formatting, fixing small lint issues, sorts imports