Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 (#230)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump eslint-plugin-unicorn from 51.0.1 to 52.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 51.0.1 to 52.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.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 May 1, 2024
1 parent bfdb002 commit dfe6c25
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"extends": ["airbnb-base", "plugin:n/recommended", "plugin:unicorn/recommended", "plugin:eslint-comments/recommended"],
"extends": [
"airbnb-base",
"plugin:n/recommended",
"plugin:unicorn/recommended",
"plugin:eslint-comments/recommended"
],
"plugins": ["n", "unicorn", "eslint-comments"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"unicorn/prevent-abbreviations": 0,
"unicorn/no-anonymous-default-export": 0,
"unicorn/catch-error-name": ["error", { "name": "e" }],
"eslint-comments/no-unused-disable": "error"
},
Expand Down
14 changes: 7 additions & 7 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 @@ -46,7 +46,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"mocha": "^10.4.0",
"p-event": "^6.0.1",
"socket.io": "^4.7.5",
Expand Down

0 comments on commit dfe6c25

Please sign in to comment.