From 37234a17e5eda4fd03221bd383da4a9366b731c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Thu, 15 Apr 2021 11:00:22 +0200 Subject: [PATCH] :wrench: config(xo): Allow using new Array. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 27b570f..dcf8e38 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,8 @@ { "case": "camelCase" } - ] + ], + "unicorn/no-new-array": "off" }, "overrides": [ {