Skip to content

Commit

Permalink
chore: update dependencies (#777)
Browse files Browse the repository at this point in the history
- eslint-update required the now-removed @typescript-eslint/ban-types rule to be configured differently
 - rollup-update required the declarationDir to be configured correctly.
  • Loading branch information
usefulthink authored Nov 6, 2024
1 parent d2b3b06 commit 3d09e0e
Show file tree
Hide file tree
Showing 3 changed files with 1,374 additions and 642 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/ban-types": [
1,
{ "extendDefaults": true, "types": { "Function": false } }
],
"@typescript-eslint/no-unsafe-function-type": 0,
"@typescript-eslint/no-empty-function": 0,
"@typescript-eslint/member-ordering": 0,
"@typescript-eslint/explicit-member-accessibility": [
Expand Down
Loading

0 comments on commit 3d09e0e

Please sign in to comment.