From dbfec0cae03216f573a0b53242a20a3cf635f89e Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 5 Feb 2020 13:46:34 +0200 Subject: [PATCH] prototype builtins rule disabled in eslint --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 8f16371b4..7bbe9d0e9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -56,6 +56,7 @@ "max": 1 } ], + "no-prototype-builtins": "off", "no-template-curly-in-string": "error", "no-trailing-spaces": "error", "no-useless-concat": "error",