wrap-iife fix
diff --git a/.eslintrc.json b/.eslintrc.json
index f6c3676..3a79437 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -25,6 +25,7 @@
             "functions": "never"
         }],
         "no-undef": "off",
+        "no-restricted-properties": "off",
         "------": "off",
         "func-names": "off",
         "-------": "off",
@@ -41,7 +42,6 @@
         "lines-around-directive": "off",
         "no-useless-escape": "off",
         "block-scoped-var": "off",
-        "wrap-iife": "off",
         "no-shadow": "off",
         "no-restricted-globals": "off",
         "default-case": "off",
@@ -67,7 +67,6 @@
         "no-bitwise": "off",
         "no-multi-assign": "off",
         "no-prototype-builtins": "off",
-        "no-restricted-properties": "off",
         "camelcase": "off",
         "no-eval": "off",
         "no-restricted-syntax": "off",
diff --git a/player/js/module_worker.js b/player/js/module_worker.js
index d425a23..cb01edc 100644
--- a/player/js/module_worker.js
+++ b/player/js/module_worker.js
@@ -54,7 +54,7 @@
 
   var renderer = '';
   return lottiejs;
-})({});
+}({}));
 
 var animations = [];