diff --git a/.eslintrc.json b/.eslintrc.json index 8287875..4c5c351 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "browser": true }, "rules": { - "no-cond-assign": 0 + "no-cond-assign": 0, + "no-prototype-builtins": 0 } }