Skip to content

Commit c564334

Browse files
authored
Merge pull request #6 from alexrecuenco/upgrade-2021
Upgrade to satisfy dependabot
2 parents e77752a + f5cd1b6 commit c564334

File tree

3 files changed

+2384
-3324
lines changed

3 files changed

+2384
-3324
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
'@typescript-eslint/indent': off,
6666
'@typescript-eslint/explicit-member-accessibility': warn,
6767
'@typescript-eslint/no-explicit-any': off,
68+
'@typescript-eslint/no-unsafe-argument': off,
6869
'@typescript-eslint/no-unsafe-return': off,
6970
'@typescript-eslint/no-unsafe-assignment': off,
7071
'@typescript-eslint/explicit-function-return-type': off,

0 commit comments

Comments
 (0)