Skip to content

Commit

Permalink
fix(eslint): ill fix this when i rewrite to remove any
Browse files Browse the repository at this point in the history
  • Loading branch information
AtoraSuunva committed Jul 13, 2022
1 parent d13f1f7 commit 8f22c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'import/no-named-as-default': 'off',
Expand Down

0 comments on commit 8f22c27

Please sign in to comment.