Is it possible to use Biome within a Monorepo? #1727
-
I'm playing around with Turborepo / Nx and created a package with the name @repo/biome-configuration containing multiple .json files. All projects have a biome.json file with the content {
"extends": ["@repo/biome-configuration/TEMPLATE_GOES_HERE.json"]
} It seems this doesn't work I guess. Biome is not able to find a file like Are there any solutions for this? |
Beta Was this translation helpful? Give feedback.
Answered by
ematipico
Feb 1, 2024
Replies: 1 comment
-
Please, read the documentation https://biomejs.dev/reference/configuration/#extends The files defined in this array:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matthiashermsen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, read the documentation
https://biomejs.dev/reference/configuration/#extends
The files defined in this array: