diff --git a/.eslintrc.json b/.eslintrc.json index 01db70ff0d989f..b3a871a86ca544 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,7 +49,7 @@ // "eqeqeq": [ "error", "smart" ], // "guard-for-in": "warn", // "no-alert": "error", - // "no-caller": "error", + "no-caller": "error", // "no-case-declarations": "warn", // "no-div-regex": "warn", // "no-else-return": "warn",