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

Don't lose optional chaining with objectAt in autofix for no-array-prototype-extensions rule #1687

Commits on Nov 30, 2022

  1. add optional chaining support to objectAt

    layang committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    461c0db View commit details
    Browse the repository at this point in the history
  2. update check and test case

    layang committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    744c007 View commit details
    Browse the repository at this point in the history
  3. Update lib/rules/no-array-prototype-extensions.js

    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    52052100 and bmish committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    592fbd1 View commit details
    Browse the repository at this point in the history
  4. Update no-array-prototype-extensions.js

    layang committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3e0e262 View commit details
    Browse the repository at this point in the history