You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3% failure rate in the ecosystem. This is a bit high and most of these seem to not be actually crash risks, but on the other hand, I have forgotten that this is a possible issue before and would rather just be reminded to always use Object.prototype.hasOwnProperty.call(obj, 'key') than to risk forgetting to do so when it really counts.
Also, one doesn't use hasOwnProperty that often anyway, so this shouldn't add too much verbosity.
https://eslint.org/docs/rules/no-prototype-builtins
This is an important rule which has security and DDoS implications. It's also part of the ESLint recommended set. I plan to ship it
standard
13.The text was updated successfully, but these errors were encountered: