We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicorn/no-array-sort
1 parent db5c7b3 commit 70a15daCopy full SHA for 70a15da
eslint.config.mjs
@@ -115,6 +115,8 @@ export default [
115
'unicorn/no-array-for-each': 'off',
116
// disabled because `toReversed` is not "widely supported" yet
117
'unicorn/no-array-reverse': 'off',
118
+ // disabled because `toSorted` is not "widely supported" yet
119
+ 'unicorn/no-array-sort': 'off',
120
// disabled because it is annoying in some cases...
121
'unicorn/no-await-expression-member': 'off',
122
// disabled because we need `null` since JSON has no `undefined`
0 commit comments