Skip to content

Commit

Permalink
Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 (#230)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 46.0.0 to 47.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v46.0.0...v47.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Grinblat <julian@dotcore.co.il>
  • Loading branch information
dependabot[bot] and perrin4869 committed Jun 2, 2023
1 parent e7d9ca3 commit cec3001
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 44 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"unicorn/prevent-abbreviations": 0,
"unicorn/no-array-for-each": 0,
"unicorn/no-array-callback-reference": 0,
"unicorn/prefer-event-target": 0,
"eslint-comments/no-unused-disable": "error"
},
"overrides": [{
Expand Down
92 changes: 49 additions & 43 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"ioredis": "^5.3.2",
"mocha": "^10.2.0",
"redis-pdel": "^4.0.1",
Expand Down

0 comments on commit cec3001

Please sign in to comment.