diff --git a/.eslintrc.json b/.eslintrc.json index 49d819f4b..d9c6fa782 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -77,6 +77,7 @@ "no-undef-init": "error", "callback-return": "error", + "getter-return": "off", "handle-callback-err": "error", "no-mixed-requires": "error", "no-new-require": "error",