biomejs/biome-vscode

How to globally apply biome.json to multiple workplaces or projects?

Closed this issue · 1 comments

As official docs mentioned, biome.json has to be put at the root of workplace. Is it possible to make one file biome.json or biome-global.json as a default configuration and apply to multiple workplaces or projects?

Unfortunately, Biome does not yet handle multiple workspaces.

If all your projects happen to be a part of the same monorepo, I'd suggest putting the biome.json at the root of your monorepo.