Skip to content

Commit 46b1753

Browse files
Update dependency eslint-plugin-unicorn to v60 (#11609)
* Update dependency eslint-plugin-unicorn to v60 * ESLint: Disable `unicorn/no-array-reverse` rule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bieniek <tobias@bieniek.cloud>
1 parent edfbfc6 commit 46b1753

File tree

3 files changed

+17
-26
lines changed

3 files changed

+17
-26
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ export default [
113113
'unicorn/no-anonymous-default-export': 'off',
114114
// disabled because of false positives related to `EmberArray`
115115
'unicorn/no-array-for-each': 'off',
116+
// disabled because `toReversed` is not "widely supported" yet
117+
'unicorn/no-array-reverse': 'off',
116118
// disabled because it is annoying in some cases...
117119
'unicorn/no-await-expression-member': 'off',
118120
// 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
@@ -124,7 +124,7 @@
124124
"eslint-plugin-prettier": "5.5.3",
125125
"eslint-plugin-qunit": "8.2.4",
126126
"eslint-plugin-qunit-dom": "0.2.0",
127-
"eslint-plugin-unicorn": "59.0.1",
127+
"eslint-plugin-unicorn": "60.0.0",
128128
"globals": "16.3.0",
129129
"globby": "14.1.0",
130130
"loader.js": "4.7.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)