Skip to content

Commit

Permalink
fix: typescript fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jul 11, 2020
1 parent fbbf047 commit 6036ae1
Show file tree
Hide file tree
Showing 4 changed files with 1,311 additions and 1,592 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module.exports = {
'prettier/prettier': 'error',
'sort-requires/sort-requires': 'error',
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
},
overrides: [
{
Expand Down
Loading

0 comments on commit 6036ae1

Please sign in to comment.