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",