From be677fd6c23d3aaa14ff59553ef02d24977c1817 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 21 Jul 2023 18:41:32 -0400 Subject: [PATCH] disable token error --- backend/.eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/.eslintrc b/backend/.eslintrc index 87b35cf29..6aa49ee31 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",