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
Enable ESLint no-prototype-builtins rule and fix errors
Use Object.prototype.<method>.call(<object>, <property>) syntax
instead of directly calling the methods on the objects.
This is the suggested fix in the rule documentation.
Part of #2131
0 commit comments