Add "no-prototype-builtins"

This commit is contained in:
toasted-nutbread 2020-02-17 15:30:41 -05:00
parent f1ccd52806
commit 9dd779836c

View File

@ -27,6 +27,7 @@
"no-constant-condition": "off",
"no-global-assign": "error",
"no-param-reassign": "off",
"no-prototype-builtins": "error",
"no-shadow": ["error", {"builtinGlobals": false}],
"no-undef": "error",
"no-unneeded-ternary": "error",