Skip to content

Is it possible to use Biome within a Monorepo? #1727

Closed Answered by ematipico
matthiashermsen asked this question in Q&A
Discussion options

You must be logged in to vote

Please, read the documentation

https://biomejs.dev/reference/configuration/#extends


The files defined in this array:

must exist in the file system;
are resolved from the path where the biome.json file is defined;
must be relative paths. Paths to libraries are not resolved;
must be reachable by Biome, e.g. symbolic links might not be resolved by Biome;
will be processed in order: from the first one to the last one;
can override the same properties, but ultimately only the last one will be used by Biome;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matthiashermsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants