1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-09 09:43:40 +02:00

fix(oxlint): relax unicorn/no-array-sort

This commit is contained in:
2025-10-04 19:17:18 +02:00
parent fa724b4f97
commit b2f5a136f9

View File

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