diff --git a/.eslintrc.json b/.eslintrc.json index 001ec42ca..e5c3198d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,6 +32,13 @@ "error", "global" ], + "no-shadow": [ + "error", + { + "builtinGlobals": true, + "hoist": "all" + } + ], "no-prototype-builtins": "warn", "no-console": 0, "no-multi-spaces": "error",