🐛 Unexpected override behavior #691
Labels
A-Project
Area: project
S-Bug-confirmed
Status: report has been confirmed as a valid bug
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Environment information
What happened?
Using this config, I've added an override at the end to allow
console
calls in all.js
files.But this changes the behavior of Biome in unexpected ways:
biome ci .
now wants.js
files to have a different formatting, like using tabs instead of spaces for indentationcoverage
directory are now checked for lints/formatfiles.ignore
Expected result
Overrides should only... override what's defined in them, they should not reset Biome to use default configs on matched files.
Files that are ignored/excluded should still be ignored/excluded.
Please let me know if you want more details/opinions.
Code of Conduct
The text was updated successfully, but these errors were encountered: