🐛 Regression: Rule noUndeclaredVariables
ignores javascript.global
since 1.3.0
#555
Closed
1 task done
Labels
Environment information
What happened?
Since upgrading to 1.3.0, the rule
noUndeclaredVariables
started ignoring thejavascript.global
config. This happens in the CLI (biome lint
) as well as when using biome as LSP (biome lsp-proxy
). Prior to 1.3.0, thejavascript.global
config was correctly respected by this rule.Expected result
noUndeclaredVariables
should respectjavascript.global
Code of Conduct
The text was updated successfully, but these errors were encountered: