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 suggesting !foo || !foo.bar as a valid match for the rule #5594

Commits on Sep 3, 2022

  1. feat/issue5245-negated-or-optional-chaining---fixed

    Omri Luzon committed Sep 3, 2022
    Copy the full SHA
    54f7470 View commit details
    Browse the repository at this point in the history
  2. Not supported mixing with TSNonNullExpression

    Omri Luzon committed Sep 3, 2022
    Copy the full SHA
    c9e72c5 View commit details
    Browse the repository at this point in the history
  3. complex computed properties

    Omri Luzon committed Sep 3, 2022
    Copy the full SHA
    b628915 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge branch 'main' into feat/issue5245-negated-or-optional-chaining-…

    …--fixed
    Omri Luzon committed Sep 26, 2022
    Copy the full SHA
    a7a6d5b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Merge remote-tracking branch 'upstream/main' into feat/issue5245-nega…

    …ted-or-optional-chaining---fixed
    Omri Luzon committed Sep 29, 2022
    Copy the full SHA
    585e197 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    befa01f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge branch 'main' into feat/issue5245-negated-or-optional-chaining-…

    …--fixed
    Omri Luzon committed Oct 4, 2022
    Copy the full SHA
    61751cd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge branch 'main' into feat/issue5245-negated-or-optional-chaining-…

    …--fixed
    Omri Luzon committed Oct 19, 2022
    Copy the full SHA
    4b33cab View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Merge branch 'main' into feat/issue5245-negated-or-optional-chaining-…

    …--fixed
    Omri Luzon committed Nov 5, 2022
    Copy the full SHA
    b83107d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge remote-tracking branch 'upstream/main' into feat/issue5245-nega…

    …ted-or-optional-chaining---fixed
    Omri Luzon committed Nov 7, 2022
    Copy the full SHA
    c2dc3bc View commit details
    Browse the repository at this point in the history
  2. CR: Remove unreachable uncovered check

    Omri Luzon committed Nov 7, 2022
    Copy the full SHA
    afdf2e7 View commit details
    Browse the repository at this point in the history