Skip to content

Commit

Permalink
Packages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihaase committed Apr 21, 2022
1 parent b23ecc7 commit 3d29625
Show file tree
Hide file tree
Showing 3 changed files with 9,176 additions and 4,651 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unsafe-return": "off"
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-argument": "off"
}
}
Loading

0 comments on commit 3d29625

Please sign in to comment.