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

Issue #1632 - jsx-sort-props: reservedFirst conflicts with callbacksLast #1691

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

kolpax
Copy link

@kolpax kolpax commented Feb 12, 2018

Updated unit test with failing case for callbacksLast not working when used in combination with reservedFirst. (First ever pull request - tell me if I did something wrong!)

@ljharb
Copy link
Member

ljharb commented Feb 19, 2018

Thanks, this looks great!

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2021

Codecov Report

Merging #1691 (d6f8738) into master (8d8ca3f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1691   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files         121      121           
  Lines        8391     8391           
  Branches     3018     3018           
=======================================
  Hits         8187     8187           
  Misses        204      204           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d8ca3f...d6f8738. Read the comment docs.

@ljharb
Copy link
Member

ljharb commented Aug 11, 2021

@kolpax so sorry this slipped through the cracks!

The tests are failing, but oddly, only in eslint 7. Additionally, when I comment out reservedFirst in reservedFirstAndCallbacksLastArgs, the test continues to fail, so I'm not sure this is illustrating the conflict in #1632 (but clearly there's something weird going on)

@ljharb ljharb removed their assignment Aug 11, 2021
@ljharb ljharb merged commit d6f8738 into jsx-eslint:master Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants