diff --git a/.eslintrc.json b/.eslintrc.json index a759027..0c86534 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -112,7 +112,7 @@ ], "no-multi-str": "error", "no-new-func": "error", - "no-new-object": "error", + "no-object-constructor": "error", "no-octal": "error", "no-octal-escape": "error", "no-proto": "error",