From fcfd9bf5ebc1ad6c3c0ffed84a62c5afcdd86149 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 27 Nov 2022 19:44:55 +0000
Subject: [PATCH] feat: new eslint rule disable

---
 frontends/web/.eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/web/.eslintrc.js b/frontends/web/.eslintrc.js
index 85507cf6..8f3b6d59 100644
--- a/frontends/web/.eslintrc.js
+++ b/frontends/web/.eslintrc.js
@@ -5,6 +5,7 @@ module.exports = {
     plugins: ["@typescript-eslint"],
     rules: {
         "no-constant-condition": ["error", { checkLoops: false }],
+        "no-empty-function": "off",
         semi: ["error", "always"]
     },
     root: true
-- 
GitLab