diff --git a/frontends/web/.eslintrc.js b/frontends/web/.eslintrc.js
index 85507cf6d0d67495463b76dfe475310b9c0da545..8f3b6d59652fc421c2ecf63dac1a809c1c49fe8f 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