-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 How to ignore biome.json files in non-root directories #4957
Comments
Add file to ignore doesn't work
|
Hello @ahaoboy, please provide a minimal reproduction. You can use one of the following options:
Issues marked with |
It's not actually possible not at the moment. Those are well known files to Biome, they are treated differently to provide errors in case they are incorrect. Have you tried to ignore the folder? The other alternative is to rename the file. In this particular case, it would be possible to ignore it because it's not in the root, I don't know if it will be possible in a monorepo case. |
Does this mean, we can't use biome.json in our project? I tried adding biome.json to ignore, but the problem persists
|
Environment information
What happened?
This is not a configuration file, but it will report errors when formatting and linting.
dist-manifest/biome.json
Expected result
Only detect biome.json in the root directory
Code of Conduct
The text was updated successfully, but these errors were encountered: