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
Comment attachment is difficult; I believe eslint doesn't actually attach comments to nodes. For you (and for ts-ignore comments, specifically), they go above, but some people put comments on the same line, and some below.
I'm not sure how to address this reliably except perhaps to bail on moving any line that has a comment adjacent in any direction.
Currently reordering leaves the comments behind. Thus something like:
Becomes:
That's incorrect. The autofix should move the above comment as well.
The text was updated successfully, but these errors were encountered: