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:
@@ -194,6 +194,7 @@
|
|||||||
"unicorn/consistent-assert": "error",
|
"unicorn/consistent-assert": "error",
|
||||||
"unicorn/no-accessor-recursion": "error",
|
"unicorn/no-accessor-recursion": "error",
|
||||||
"unicorn/no-array-reverse": "off",
|
"unicorn/no-array-reverse": "off",
|
||||||
|
"unicorn/no-array-sort": "off",
|
||||||
"react/no-array-index-key": "off",
|
"react/no-array-index-key": "off",
|
||||||
"react-hooks/rules-of-hooks": "error",
|
"react-hooks/rules-of-hooks": "error",
|
||||||
"react-hooks/exhaustive-deps": "error",
|
"react-hooks/exhaustive-deps": "error",
|
||||||
|
Reference in New Issue
Block a user