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
// lint/nursery/noNodejsModules: not disabled in biome.json but not reportedimportpathfrom"node:path";// lint/nursery/noConsole: disabled in biome.jsonconsole.info(path.delimiter);
biome check . doesn't report any errors or warnings.
Environment information
What happened?
biome check .
doesn't report any errors or warnings.repo: https://github.com/risu729/biome-config-test
Expected result
Since
linter.rules.all
inbiome.json
is set totrue
,lint/nursery/noNodejsModules
also should be reported.I first thought
linter.rules.all
doesn't enable thenursery
group rules, as mentioned in the docs.However, if the configuration doesn't disable any rules like below, the
nursery
group rules are enabled.In addition, if I test the same thing with other groups, it works as expected.
For example, even if I disable the rule
lint/style/noVar
in configuration,lint/style/useConst
is reported.Code of Conduct
The text was updated successfully, but these errors were encountered: