From 80c00f5fa82ce3425abff91088d23760e896b5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:46:32 +0200 Subject: [PATCH] feat: add `unicorn/no-array-for-each` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index bc17608..6440978 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -183,6 +183,7 @@ "unicorn/explicit-length-check": "error", "unicorn/new-for-builtins": "error", "unicorn/no-array-callback-reference": "error", + "unicorn/no-array-for-each": "error", "unicorn/no-hex-escape": "error", "unicorn/no-instanceof-array": "error", "unicorn/no-this-assignment": "error",