commit ef0d7008395b3d6b323ca4ec2c5b2c16eb5f3069
parent 722d5a38a88761df78a12f7501fcf810c1a710a6
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Tue, 3 Dec 2019 12:57:20 +0100
lint: do not forbid accessing Object.prototype methods
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.eslintrc b/.eslintrc
@@ -12,6 +12,8 @@
"rules": {
"no-unused-vars": ["error", {"argsIgnorePattern": "_unused(_.+)?"}],
"no-constant-condition": ["error", {"checkLoops": false}],
+ "no-prototype-builtins": 0
+ },
"globals": {
"NODE_ENV": true,
"RELEASE_VER": true