Open Conaclos opened 2 months ago
Executing biome check, biome format, and biome lint should behave like biome check ./, biome format ./, and biome lint ./. For now, the commands without the path specified displays absolute paths in the diagnostics.
biome check
biome format
biome lint
biome check ./
biome format ./
biome lint ./
@Conaclos
In the issue description, you should explain which behaviour should be the correct one. It's not clear from the description.
Description
Executing
biome check
,biome format
, andbiome lint
should behave likebiome check ./
,biome format ./
, andbiome lint ./
. For now, the commands without the path specified displays absolute paths in the diagnostics.