From 37e69f2fe117056b29ce7ff3fb77a88c77f27e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdo=CC=81n=20Rodri=CC=81guez=20Davila?= Date: Sun, 21 Jul 2019 22:33:18 +0200 Subject: [PATCH] Disable no-prototype-builtins rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index ec299b88d8..e031e322ef 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -41,6 +41,7 @@ module.exports = { rules: { 'generator-star-spacing': 0, 'no-console': 0, + 'no-prototype-builtins': 0, 'require-atomic-updates': 0, }, settings: {