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

fix(eslint-plugin): [prefer-optional-chain] only look at left operand for requireNullish #8559

Merged

Commits on Feb 27, 2024

  1. ignore right

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5c5a4c2 View commit details
    Browse the repository at this point in the history
  2. invert check

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d74cc6c View commit details
    Browse the repository at this point in the history
  3. invert

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2e3eec3 View commit details
    Browse the repository at this point in the history
  4. add failing case

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3e22435 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08681ed View commit details
    Browse the repository at this point in the history
  6. move operator check

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    14d3aeb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    cece182 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. WIP

    abrahamguo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0e4fcf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    fe06a96 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. WIP

    abrahamguo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3969122 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    703b3c7 View commit details
    Browse the repository at this point in the history
  2. pull check out

    abrahamguo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d6ff24c View commit details
    Browse the repository at this point in the history
  3. lint

    abrahamguo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2833796 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    52f9448 View commit details
    Browse the repository at this point in the history
  2. add tests

    abrahamguo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    386d63c View commit details
    Browse the repository at this point in the history
  3. add output

    abrahamguo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2738405 View commit details
    Browse the repository at this point in the history
  4. quotes

    abrahamguo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5e04ce9 View commit details
    Browse the repository at this point in the history
  5. finish tests

    abrahamguo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c9f0c62 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    4747282 View commit details
    Browse the repository at this point in the history
  2. remove last child

    abrahamguo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ed4aaa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b88d03 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    606e1f6 View commit details
    Browse the repository at this point in the history
  2. add a few more tests

    abrahamguo committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    fd2b38f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    b9fc141 View commit details
    Browse the repository at this point in the history
  2. remove skipvalidation

    abrahamguo committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2bba0ac View commit details
    Browse the repository at this point in the history
  3. update snapshots

    abrahamguo committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    15d7dbc View commit details
    Browse the repository at this point in the history