new-parens fix
diff --git a/.eslintrc.json b/.eslintrc.json
index 34682f7..6cebed9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -49,7 +49,6 @@
         "no-return-assign": "off",
         "no-sequences": "off",
         "no-void": "off",
-        "new-parens": "off",
         "no-redeclare": "off",
         "prefer-arrow-callback": "off",
         "no-console": "off",