From d59b088bffffa29400a810cf9b4d4b8e768c3389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:53:56 +0200 Subject: [PATCH] feat: add `unicorn/no-new-array` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 53c732a..5e22740 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -190,6 +190,7 @@ "unicorn/no-empty-file": "error", "unicorn/no-hex-escape": "error", "unicorn/no-instanceof-array": "error", + "unicorn/no-new-array": "error", "unicorn/no-this-assignment": "error", "unicorn/no-zero-fractions": "error", "unicorn/prefer-node-protocol": "error",