Skip to content

Commit 6fa86ab

Browse files
authored
Merge pull request #11849 from rust-lang/renovate/eslint-plugin-unicorn-61.x
Update dependency eslint-plugin-unicorn to v61
2 parents 1fa936f + 70a15da commit 6fa86ab

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export default [
115115
'unicorn/no-array-for-each': 'off',
116116
// disabled because `toReversed` is not "widely supported" yet
117117
'unicorn/no-array-reverse': 'off',
118+
// disabled because `toSorted` is not "widely supported" yet
119+
'unicorn/no-array-sort': 'off',
118120
// disabled because it is annoying in some cases...
119121
'unicorn/no-await-expression-member': 'off',
120122
// disabled because we need `null` since JSON has no `undefined`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"eslint-plugin-prettier": "5.5.4",
128128
"eslint-plugin-qunit": "8.2.5",
129129
"eslint-plugin-qunit-dom": "0.2.0",
130-
"eslint-plugin-unicorn": "60.0.0",
130+
"eslint-plugin-unicorn": "61.0.2",
131131
"globals": "16.4.0",
132132
"globby": "14.1.0",
133133
"loader.js": "4.7.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)