Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all jsx-prop-sort lints fixable #2250

Merged
merged 2 commits into from Apr 25, 2019
Merged

Make all jsx-prop-sort lints fixable #2250

merged 2 commits into from Apr 25, 2019

Commits on Apr 24, 2019

  1. Make prop sort lints fixable

    Not all the prop sort lints were fixable.
    There were cases when fix would mess other things up.
    For example, in case when normal props were not sorted but callback functions were in the end(As they are supposed to be), sorting lint fix would mix oncallback props in between the other props.
    
    Updated the tests accordingly.
    guliashvili committed Apr 24, 2019
    Copy the full SHA
    279c850 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Copy the full SHA
    4b2d7f2 View commit details
    Browse the repository at this point in the history