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] support logical with empty object #4430

Commits on Jan 10, 2022

  1. feat(eslint-plugin): issue 4395

    Empty object as optional chaining
    omril1 committed Jan 10, 2022
    Copy the full SHA
    a5d7ec7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a1dcc4d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. feat(eslint-plugin): issue 4395

    Empty object as optional chaining
    omril1 committed Jan 11, 2022
    Copy the full SHA
    a5823d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65392a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 15, 2022

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

Commits on Jan 19, 2022

  1. Copy the full SHA
    6002a5c View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): cr comment

    const sourceCode already available in the upper scope
    omril1 committed Jan 19, 2022
    Copy the full SHA
    aac5eb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. fix(eslint-plugin): more UT and handle ternary

    - Wrap left node if it's ternary or await expressions
    - Early exit if left node can't be a nullish object
    - Add More UT cases
    omril1 committed Jan 24, 2022
    Copy the full SHA
    155e936 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13f6e95 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f907c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Jan 31, 2022

  1. Copy the full SHA
    4065bfe View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Copy the full SHA
    3249b85 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Legit nitpick

    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    omril1 and JoshuaKGoldberg committed Feb 9, 2022
    Copy the full SHA
    914d2f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6836a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. fix(eslint-plugin): prefer optional chaining

    Catch more cases
    omril1 committed Feb 10, 2022
    Copy the full SHA
    d1650b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Copy the full SHA
    f355e92 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75884fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

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

Commits on Feb 17, 2022

  1. Copy the full SHA
    3dc29b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Copy the full SHA
    2e06f7a View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): cr util.getOperatorPrecedence

    * Use util.getOperatorPrecedence instead of hard coding the precedence
    omril1 committed Mar 18, 2022
    Copy the full SHA
    44236bb View commit details
    Browse the repository at this point in the history