We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13f1f7 commit 8f22c27Copy full SHA for 8f22c27
.eslintrc.js
@@ -26,6 +26,7 @@ module.exports = {
26
'@typescript-eslint/no-unsafe-member-access': 'off',
27
'@typescript-eslint/no-unsafe-call': 'off',
28
'@typescript-eslint/no-unsafe-return': 'off',
29
+ '@typescript-eslint/no-unsafe-argument': 'off',
30
'@typescript-eslint/explicit-module-boundary-types': 'off',
31
'@typescript-eslint/ban-types': 'off',
32
'import/no-named-as-default': 'off',
0 commit comments