Skip to content

Commit

Permalink
Update dependency eslint-plugin-unicorn to v53 (#8624)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-unicorn to v53

* ESLint: Disable `unicorn/prefer-string-raw` rule

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Bieniek <tobias@bieniek.cloud>
  • Loading branch information
renovate[bot] and Turbo87 committed May 13, 2024
1 parent 970500f commit 8df3cae
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ module.exports = {
'unicorn/prefer-reflect-apply': 'off',
// disabled because of false positives related to `EmberArray`
'unicorn/prefer-spread': 'off',
// disabled because it seems unnecessary
'unicorn/prefer-string-raw': 'off',
// disabled because of Sentry issues
'unicorn/prefer-string-replace-all': 'off',
// disabled because switch statements in JS are quite error-prone
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": "52.0.0",
"eslint-plugin-unicorn": "53.0.0",
"globby": "14.0.1",
"http-proxy": "1.18.1",
"loader.js": "4.7.0",
Expand Down
54 changes: 47 additions & 7 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 8df3cae

Please sign in to comment.