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

New: no-unsafe-optional-chaining rule (fixes #13431) #13859

Merged
merged 20 commits into from Dec 5, 2020

Commits on Nov 17, 2020

  1. Copy the full SHA
    c95f015 View commit details
    Browse the repository at this point in the history
  2. add checking 'in'

    yeonjuan committed Nov 17, 2020
    Copy the full SHA
    97b2a10 View commit details
    Browse the repository at this point in the history
  3. fix type & add example

    yeonjuan committed Nov 17, 2020
    Copy the full SHA
    8778363 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. add check

    yeonjuan committed Nov 18, 2020
    Copy the full SHA
    d6bcfc0 View commit details
    Browse the repository at this point in the history
  2. add examples

    yeonjuan committed Nov 18, 2020
    Copy the full SHA
    bf63864 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d8f5c21 View commit details
    Browse the repository at this point in the history
  4. fix logical error

    yeonjuan committed Nov 18, 2020
    Copy the full SHA
    5fe64b8 View commit details
    Browse the repository at this point in the history
  5. fix typo

    yeonjuan committed Nov 18, 2020
    Copy the full SHA
    f40c36f View commit details
    Browse the repository at this point in the history
  6. fix typo

    yeonjuan committed Nov 18, 2020
    Copy the full SHA
    bb2949a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

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

Commits on Nov 30, 2020

  1. fix review

    - add test cases (*=, /=)
    - improve Rule Details doc
    - fix wrong example
    - add unary, assignment operation test cases
    - edit test cases - move optional chain to right side
    - change to use Set
    - fix jsdoc typo and type
    - add examples on docs
    - handle conditional, sequence expressions
    - remove useless check
    - fix doc
    - add test cases
    - fix typo
    yeonjuan committed Nov 30, 2020
    Copy the full SHA
    1c21aff View commit details
    Browse the repository at this point in the history
  2. fix title

    yeonjuan committed Nov 30, 2020
    Copy the full SHA
    ab742d0 View commit details
    Browse the repository at this point in the history
  3. edit description

    yeonjuan committed Nov 30, 2020
    Copy the full SHA
    2e962a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. fix docs

    yeonjuan committed Dec 1, 2020
    Copy the full SHA
    f8700d2 View commit details
    Browse the repository at this point in the history
  2. fix review

    - add test cases
    - fix docs
    yeonjuan committed Dec 1, 2020
    Copy the full SHA
    022a5cd View commit details
    Browse the repository at this point in the history
  3. add example

    yeonjuan committed Dec 1, 2020
    Copy the full SHA
    68b3c7a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. add example

    yeonjuan committed Dec 2, 2020
    Copy the full SHA
    650d13a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. handle await

    yeonjuan committed Dec 3, 2020
    Copy the full SHA
    2f8d2f1 View commit details
    Browse the repository at this point in the history
  2. add test cases, fix docs

    yeonjuan committed Dec 3, 2020
    Copy the full SHA
    85a5a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. fix test cases, docs

    yeonjuan committed Dec 4, 2020
    Copy the full SHA
    68a479d View commit details
    Browse the repository at this point in the history