diff --git a/.eslintrc.json b/.eslintrc.json index 4badff3..7f13e3d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -42,6 +42,7 @@ "no-irregular-whitespace": "error", "no-loss-of-precision": "error", "no-misleading-character-class": "error", + "no-new-native-nonconstructor": "error", "no-new-symbol": "error", "no-obj-calls": "error", "no-promise-executor-return": "error",