Environment information
https://next.biomejs.dev/assist/#enforce-assist-actions-via-cli
I usually use `biome ci` in version 1 on our test runners... but it seems in the v2 beta, `biome ci` seems to ignore organise import checks. Is this deliberate? Is `biome ci` just `biome check` but is a read-only check... but isn't `biome check` read-only by default?
What happened?
biome ci doesn't pick up organism import checks and throws an error
biome check works ok
Expected result
biome ci and biome check should behave the same...
Code of Conduct