Skip to content

Commit

Permalink
Merge pull request #8402 from rust-lang/renovate/eslint-plugin-unicor…
Browse files Browse the repository at this point in the history
…n-52.x

Update dependency eslint-plugin-unicorn to v52
  • Loading branch information
Turbo87 authored Apr 6, 2024
2 parents d5a4d26 + 122ad7a commit 0147259
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module.exports = {
// disabled because of false positives related to ember-concurrency usage
'unicorn/consistent-function-scoping': 'off',
'unicorn/explicit-length-check': ['error', { 'non-zero': 'not-equal' }],
// disabled because it conflicts with Ember.js conventions
'unicorn/no-anonymous-default-export': 'off',
// disabled because of false positives related to `EmberArray`
'unicorn/no-array-for-each': 'off',
// disabled because it is annoying in some cases...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-qunit": "8.1.1",
"eslint-plugin-qunit-dom": "0.2.0",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"globby": "14.0.1",
"http-proxy": "1.18.1",
"loader.js": "4.7.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0147259

Please sign in to comment.