Skip to content

Commit 8f22c27

Browse files
committed
fix(eslint): ill fix this when i rewrite to remove any
1 parent d13f1f7 commit 8f22c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
'@typescript-eslint/no-unsafe-member-access': 'off',
2727
'@typescript-eslint/no-unsafe-call': 'off',
2828
'@typescript-eslint/no-unsafe-return': 'off',
29+
'@typescript-eslint/no-unsafe-argument': 'off',
2930
'@typescript-eslint/explicit-module-boundary-types': 'off',
3031
'@typescript-eslint/ban-types': 'off',
3132
'import/no-named-as-default': 'off',

0 commit comments

Comments
 (0)