🐛 noRedundantUseStrict
: Applying fixes also removes the comment above "use strict" directive
#313
Closed
1 task done
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Example Code
Step to reproduce
biome check --apply example.js
// some comments...
is also removed.Expected result
It should only remove the
"use strict"
directive, not the comment.Code of Conduct
The text was updated successfully, but these errors were encountered: