From 3c398df658df8d752d064a0be9ebcc5849deb04a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 23 Jun 2019 16:10:44 +0200 Subject: [PATCH] Lint. --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 525bf65b..9e5ef865 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,8 @@ "rules": { "require-jsdoc": "off", "indent": ["error", 4], - "max-len": ["error", { "code": 120 }] + "max-len": ["error", { "code": 120 }], + "no-prototype-builtins": "off" }, "plugins": [ "jest"