Enable eslint "no-prototype-builtins" directive
The "no-prototype-builtins" directive was switched off because of errors, this PR edits the use of hasOwnProperty()
calls and switches on this rule.
The "no-prototype-builtins" directive was switched off because of errors, this PR edits the use of hasOwnProperty()
calls and switches on this rule.