diff --git a/.eslintrc.json b/.eslintrc.json index 41f4584..31c7e2a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -113,7 +113,7 @@ "no-self-assign": 2, "no-self-compare": 2, "no-sequences": 2, - "no-shadow": [2, {"allow": ["err", "t", "opts", "next", "instance"], "builtinGlobals": true}], + "no-shadow": [2, {"allow": ["err", "t"], "builtinGlobals": true}], "no-shadow-restricted-names": 2, "no-sparse-arrays": 2, "no-sync": [2, {"allowAtRootLevel": true}],