Skip to content

Commit

Permalink
chore: bump deps (major) (#1803)
Browse files Browse the repository at this point in the history
* chore: bump deps (major)

* chore: revert execa bump
  • Loading branch information
dnalborczyk committed Jul 11, 2024
1 parent a3878c2 commit 21dea8d
Show file tree
Hide file tree
Showing 6 changed files with 2,671 additions and 10,127 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ module.exports = {
allow: ["__dirname", "_rawDebug"],
},
],
// unicorn temp off
// unicorn temporary off
"unicorn/catch-error-name": "off",
"unicorn/consistent-destructuring": "off",
"unicorn/consistent-function-scoping": "off",
"unicorn/filename-case": "off",
"unicorn/import-style": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-reduce": "off",
Expand Down
Loading

0 comments on commit 21dea8d

Please sign in to comment.