From 381f5cb9cf974b66341ac5e8d9cb01f898b9fc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 22:00:19 +0200 Subject: [PATCH] feat: add `unicorn/require-array-join-separator` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 420785f..cc43227 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -197,7 +197,8 @@ "unicorn/number-literal-case": "error", "unicorn/prefer-node-protocol": "error", "unicorn/throw-new-error": "error", - "unicorn/no-typeof-undefined": "error" + "unicorn/no-typeof-undefined": "error", + "unicorn/require-array-join-separator": "error" }, "overrides": [ {