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

Add no-negated-condition rule #1963

Merged
merged 18 commits into from Nov 16, 2022

Commits on Nov 9, 2022

  1. Copy the builtin rule

    fisker committed Nov 9, 2022
    Copy the full SHA
    152e286 View commit details
    Browse the repository at this point in the history
  2. Simplify

    fisker committed Nov 9, 2022
    Copy the full SHA
    45febcb View commit details
    Browse the repository at this point in the history
  3. Move everything into selector

    fisker committed Nov 9, 2022
    Copy the full SHA
    3d3777d View commit details
    Browse the repository at this point in the history
  4. Improve report location

    fisker committed Nov 9, 2022
    Copy the full SHA
    8b16d1c View commit details
    Browse the repository at this point in the history
  5. Add basic fix

    fisker committed Nov 9, 2022
    Copy the full SHA
    84700c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Space

    fisker committed Nov 16, 2022
    Copy the full SHA
    b39d449 View commit details
    Browse the repository at this point in the history
  2. Return arguments

    fisker committed Nov 16, 2022
    Copy the full SHA
    a1b3c3a View commit details
    Browse the repository at this point in the history
  3. Test

    fisker committed Nov 16, 2022
    Copy the full SHA
    b68fffa View commit details
    Browse the repository at this point in the history
  4. ASI

    fisker committed Nov 16, 2022
    Copy the full SHA
    5bffb3b View commit details
    Browse the repository at this point in the history
  5. No semi case

    fisker committed Nov 16, 2022
    Copy the full SHA
    4d975ee View commit details
    Browse the repository at this point in the history
  6. More tests

    fisker committed Nov 16, 2022
    Copy the full SHA
    eb592c4 View commit details
    Browse the repository at this point in the history
  7. Doc

    fisker committed Nov 16, 2022
    Copy the full SHA
    535f57a View commit details
    Browse the repository at this point in the history
  8. Linting

    fisker committed Nov 16, 2022
    Copy the full SHA
    c26106c View commit details
    Browse the repository at this point in the history
  9. Test nested if

    fisker committed Nov 16, 2022
    Copy the full SHA
    be18369 View commit details
    Browse the repository at this point in the history
  10. Linting

    fisker committed Nov 16, 2022
    Copy the full SHA
    d4b6afa View commit details
    Browse the repository at this point in the history
  11. Fix

    fisker committed Nov 16, 2022
    Copy the full SHA
    3a7559d View commit details
    Browse the repository at this point in the history
  12. Fix

    fisker committed Nov 16, 2022
    Copy the full SHA
    e5624e2 View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    fisker and sindresorhus committed Nov 16, 2022
    Copy the full SHA
    6ff7dfd View commit details
    Browse the repository at this point in the history