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

Disallow use of Object.prototypes builtins directly (no-prototype-builtins) #5842

Closed
davimacedo opened this issue Jul 23, 2019 · 0 comments · Fixed by #5920
Closed

Disallow use of Object.prototypes builtins directly (no-prototype-builtins) #5842

davimacedo opened this issue Jul 23, 2019 · 0 comments · Fixed by #5920
Labels
type:feature New feature or improvement of existing feature

Comments

@davimacedo
Copy link
Member

Reference: https://eslint.org/docs/rules/no-prototype-builtins

davimacedo pushed a commit that referenced this issue Aug 14, 2019
* Fix: Lint no-prototype-builtins

Closes: #5842

Reference: https://eslint.org/docs/rules/no-prototype-builtins

* replace Object.hasOwnProperty.call
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this issue Mar 21, 2020
* Fix: Lint no-prototype-builtins

Closes: parse-community#5842

Reference: https://eslint.org/docs/rules/no-prototype-builtins

* replace Object.hasOwnProperty.call
@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants