Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unicorn to v57 (#2436)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint-plugin-unicorn to v57

* Fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Mar 7, 2025
1 parent f399e1a commit 888767a
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 75 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
],
"plugins": ["@typescript-eslint", "unicorn", "package-json"],
"rules": {
"unicorn/filename-case": "error",
"no-lonely-if": "error",
"unicorn/no-lonely-if": "error",
"no-empty": "off",
"no-console": "error",
"no-prototype-builtins": "off",
Expand Down Expand Up @@ -42,7 +40,6 @@
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-types": "off",
"import/no-default-export": "error",
"unicorn/no-useless-fallback-in-spread": "error",
"import/no-extraneous-dependencies": [
"error",
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-n": "17.16.2",
"eslint-plugin-package-json": "^0.26.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-unicorn": "57.0.0",
"globby": "14.1.0",
"husky": "9.1.7",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 888767a

Please sign in to comment.