Add "no-prototype-builtins"
This commit is contained in:
parent
f1ccd52806
commit
9dd779836c
@ -27,6 +27,7 @@
|
|||||||
"no-constant-condition": "off",
|
"no-constant-condition": "off",
|
||||||
"no-global-assign": "error",
|
"no-global-assign": "error",
|
||||||
"no-param-reassign": "off",
|
"no-param-reassign": "off",
|
||||||
|
"no-prototype-builtins": "error",
|
||||||
"no-shadow": ["error", {"builtinGlobals": false}],
|
"no-shadow": ["error", {"builtinGlobals": false}],
|
||||||
"no-undef": "error",
|
"no-undef": "error",
|
||||||
"no-unneeded-ternary": "error",
|
"no-unneeded-ternary": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user