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