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: Add suggestions for no-prototype-builtins #17677

Merged
merged 4 commits into from Oct 29, 2023

Commits on Oct 26, 2023

  1. feat: Add suggestion for no-prototype-builtins (eslint#17677)

    Suggest a fix e.g. a.hasOwnProperty(b) -> Object.prototype.hasOwnProperty.call(a, b). However, if the method call follows an optional chain, then make no suggestions.
    yonran committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3486e20 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    390c9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bd874 View commit details
    Browse the repository at this point in the history