You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create the following structure
project/sub/{biome.jsonc,my-file.js}
then from project run biome check sub
Expected result
In my view, it should respect that project/sub has a config and load it, instead of ignoring.
This is happens on a monorepo (without the extends usage) and commonly breaks formatting when running with pre-commit, which runs from the repository's root
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
What happened?
create the following structure
project/sub/{biome.jsonc,my-file.js}
then from
project
runbiome check sub
Expected result
In my view, it should respect that project/sub has a config and load it, instead of ignoring.
This is happens on a monorepo (without the extends usage) and commonly breaks formatting when running with pre-commit, which runs from the repository's root
Code of Conduct
The text was updated successfully, but these errors were encountered: