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
I have searched the existing issues and my issue is unique
My issue appears in the command-line and not only in the text editor
Description Overview
sort-prop-types, with checkTypes: true, breaks the code when run on single-line Props with autofix due to the semicolon staying at the end instead of moving.
The props were rearranged without the semicolon dividing them
eslint --fix
Expected Behavior
Semicolon be moved along with the moved prop when running autofix