Disable no-prototype-builtins errors

This commit is contained in:
Richard Davey 2020-07-13 14:16:43 +01:00
parent d998d83f3d
commit 9b10bdc0be

View file

@ -82,6 +82,7 @@
"no-lonely-if": "error", "no-lonely-if": "error",
"no-mixed-spaces-and-tabs": "error", "no-mixed-spaces-and-tabs": "error",
"no-plusplus": "off", "no-plusplus": "off",
"no-prototype-builtins": "off",
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ], "no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
"no-underscore-dangle": "off", "no-underscore-dangle": "off",
"no-whitespace-before-property": "error", "no-whitespace-before-property": "error",