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

Update: Added auto-fix to multiline-ternary #12982

Closed
wants to merge 1 commit into from

Commits on Mar 3, 2020

  1. Update: Added auto-fix to multiline-ternary

    I noticed unfixed warnings from this ESLint rule and wanted to auto-fix them. While it may seem like doing `'\n? '` is opinionated, I did have changed to make this take a new option and either put the `?` on the previous line or next line. This is actually unnecessary because `operator-linebreak` handles it for you.
    Sawtaytoes committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5638b2f View commit details
    Browse the repository at this point in the history