🐛 2.0.0-beta.1: disabling recommended rules do not disable every rule #5434
Labels
A-Core
Area: core
A-Linter
Area: linter
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Running command
biome check --write ./src
reports linter errors even if recommmended rules are false (like can be seen in the rage output).It reports: "Found 433 errors". The errors that I can see are about test files and rule
noDuplicateTestHooks
.Biome configuration file
Expected result
I did not expect any linter errors since no rule should be enabled. I wanted to test to enabling only
noUnusedImports
rule, but it was not possible.Code of Conduct
The text was updated successfully, but these errors were encountered: