linter: eslint/no-lone-blocks errors on if
& else
blocks containing only a comment
#8697
Labels
if
& else
blocks containing only a comment
#8697
What version of Oxlint are you using?
0.15.8
What command did you run?
npx oxlint
What does your
.oxlint.json
config file look like?What happened?
Oxlint errors on
if
,else
, orelse if
blocks containing only a comment. Eslint does not error on these cases.Example case
The text was updated successfully, but these errors were encountered: