diff --git a/backend/.eslintrc b/backend/.eslintrc index 87b35cf29e..6aa49ee313 100644 --- a/backend/.eslintrc +++ b/backend/.eslintrc @@ -10,6 +10,8 @@ "plugin:@typescript-eslint/recommended" ], "rules": { + "no-empty-function": "off", + "@typescript-eslint/no-empty-function": "off", "no-console": 2, "quotes": [ "error",