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