We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8d64f commit d01587dCopy full SHA for d01587d
eslint.config.js
@@ -76,6 +76,10 @@ export default tseslint.config(
76
'@typescript-eslint/no-unsafe-member-access': ['warn'],
77
'@typescript-eslint/no-unsafe-return': ['warn'],
78
'@typescript-eslint/no-unsafe-argument': ['warn'],
79
+ '@typescript-eslint/no-unsafe-call': ['warn'],
80
+ '@typescript-eslint/require-await': ['warn'],
81
+ '@typescript-eslint/no-misused-promises': ['warn'],
82
+ '@typescript-eslint/no-base-to-string': ['warn'],
83
},
84
85
{
0 commit comments