Skip to content

Commit

Permalink
update dependencies (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Jan 6, 2025
1 parent 36d106d commit 7e8d0e1
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 314 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ module.exports = {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off"
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-floating-promises": "off"
}
}
]
Expand Down
Loading

0 comments on commit 7e8d0e1

Please sign in to comment.