biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.65k stars 489 forks source link

📎 `biome <command>` should behave identically to `biome <command> ./` #3946

Open Conaclos opened 2 months ago

Conaclos commented 2 months ago

Description

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.

ematipico commented 2 months ago

@Conaclos

In the issue description, you should explain which behaviour should be the correct one. It's not clear from the description.