diff --git a/.eslintrc.json b/.eslintrc.json index 9a4e8a02b2..92cb787c37 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -39,6 +39,8 @@ "no-new-func": "error", "no-new-object": "error", "no-param-reassign": "error", + "no-prototype-builtins": "off", + "no-redeclare": ["error", { "builtinGlobals": false }], "no-trailing-spaces": "error", "no-underscore-dangle": "error", "no-unneeded-ternary": "error",