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

feat(eslint-plugin): [prefer-optional-chain] handle cases where the first operands are unrelated to the rest of the chain and add type info #6397

Merged
merged 32 commits into from
Jul 7, 2023

Commits on Jan 31, 2023

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

    bradzacher committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0eaad01 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. WIP

    bradzacher committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    bbf5788 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. WIP

    bradzacher committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a519c00 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. temp

    bradzacher committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a354d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7efa91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6fcab3 View commit details
    Browse the repository at this point in the history
  4. add more test

    bradzacher committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e51128a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34671ec View commit details
    Browse the repository at this point in the history
  6. more test cases

    bradzacher committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e1c5eee View commit details
    Browse the repository at this point in the history
  7. more test cases

    bradzacher committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3c387a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    cb28981 View commit details
    Browse the repository at this point in the history
  2. lint after rebase

    bradzacher committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    74d0d0b View commit details
    Browse the repository at this point in the history
  3. make it type-aware

    bradzacher committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    74ff6d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    cff21e5 View commit details
    Browse the repository at this point in the history
  2. update configs

    bradzacher committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2f66664 View commit details
    Browse the repository at this point in the history
  3. update docs

    bradzacher committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1b17c93 View commit details
    Browse the repository at this point in the history
  4. schema snap

    bradzacher committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f45a30f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 6, 2023

  1. WIP add fixer back

    bradzacher committed May 6, 2023
    Configuration menu
    Copy the full SHA
    d90a7c5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 23, 2023

  1. modularise the rule

    bradzacher committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3071db7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. more work

    bradzacher committed May 25, 2023
    Configuration menu
    Copy the full SHA
    709939d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

    bradzacher committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    a66a4a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ca2e1 View commit details
    Browse the repository at this point in the history
  4. remove name cos spelling

    bradzacher committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c58118c View commit details
    Browse the repository at this point in the history
  5. add docs for the new flag

    bradzacher committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6e558a4 View commit details
    Browse the repository at this point in the history
  6. update schema snapshot

    bradzacher committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7d08e25 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    d37c271 View commit details
    Browse the repository at this point in the history
  2. review comments

    bradzacher committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3e22d5f View commit details
    Browse the repository at this point in the history
  3. configs

    bradzacher committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4c36891 View commit details
    Browse the repository at this point in the history