From b2f5a136f999ebb99d4d333075caa35cbec27d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 4 Oct 2025 19:17:18 +0200 Subject: [PATCH] fix(oxlint): relax `unicorn/no-array-sort` --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index aa32bbf..9b58518 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -194,6 +194,7 @@ "unicorn/consistent-assert": "error", "unicorn/no-accessor-recursion": "error", "unicorn/no-array-reverse": "off", + "unicorn/no-array-sort": "off", "react/no-array-index-key": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error",