From 581750391967ae3941be433675723b725632a490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 11 Sep 2025 21:06:08 +0200 Subject: [PATCH] fix: update .oxlintrc.json --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index f9ffde2..9ca79f7 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -192,6 +192,7 @@ "unicorn/no-unnecessary-array-flat-depth": "error", "unicorn/consistent-assert": "error", "unicorn/no-accessor-recursion": "error", + "unicorn/no-array-reverse": "off", "react/no-array-index-key": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error",