This commit is contained in:
Koen Kanters 2019-06-23 16:10:44 +02:00
parent 91d415404c
commit 3c398df658

View File

@ -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"