Ability to configure workspace behaviour #801
jonnyroutley
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Hey @jonnyroutley, are all your packages part of the same npm workspace ? If so, you can install Biome at the root of your monorepo and open a single workspace folder (at the root of the repo). This would spawn a single biome instance configured by your root biome.json config. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm trying to debug various performance issues with Biome in my IDE, and came across something that probably isn't the major culprit but caught my attention. I work with a monorepo with many packages but only one biome config file, something like this:
I've read in the v3 docs for this extension that a new biome instance is automatically created for each workspace root - in my case 17 instances. That feels like overkill when they all share the same config?
Any thoughts appreciated! Thanks
Beta Was this translation helpful? Give feedback.
All reactions