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

tools: fix bugs in prefer-primordials linter rule #42010

Merged
merged 2 commits into from Feb 18, 2022

Commits on Feb 16, 2022

  1. tools: fix bugs in prefer-primordials linter rule

    The ESLint rule would repport false positive if code is using an
    identifier that happens to have the same name as a primordials member.
    aduh95 committed Feb 16, 2022
    Copy the full SHA
    0cc37b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Update tools/eslint-rules/prefer-primordials.js

    Co-authored-by: Rich Trott <rtrott@gmail.com>
    aduh95 and Trott committed Feb 18, 2022
    Copy the full SHA
    7431ba0 View commit details
    Browse the repository at this point in the history