Skip to content

Commit

Permalink
chore: update npm packages (#25)
Browse files Browse the repository at this point in the history
* chore: update all packages

* fix: eslint giving error on unused vars
  • Loading branch information
Pantotone authored Jul 20, 2023
1 parent f0dc517 commit 4645879
Show file tree
Hide file tree
Showing 3 changed files with 993 additions and 1,030 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
],
"import/no-unresolved": [
2
],
"@typescript-eslint/no-unused-vars": [
"warn"
]
},
"settings": {
Expand Down
Loading

0 comments on commit 4645879

Please sign in to comment.