Skip to content

Commit b2f5a13

Browse files
committed
fix(oxlint): relax unicorn/no-array-sort
1 parent fa724b4 commit b2f5a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
"unicorn/consistent-assert": "error",
195195
"unicorn/no-accessor-recursion": "error",
196196
"unicorn/no-array-reverse": "off",
197+
"unicorn/no-array-sort": "off",
197198
"react/no-array-index-key": "off",
198199
"react-hooks/rules-of-hooks": "error",
199200
"react-hooks/exhaustive-deps": "error",

0 commit comments

Comments
 (0)