We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8476c65 + a6d9d01 commit 3d0c92cCopy full SHA for 3d0c92c
partials/typescript.js
@@ -198,6 +198,7 @@ module.exports = {
198
'@typescript-eslint/no-empty-interface': 'error',
199
'@typescript-eslint/no-explicit-any': 'error',
200
'@typescript-eslint/no-for-in-array': 'error',
201
+ '@typescript-eslint/no-misused-promises': 'error',
202
203
// Turn off the core no-use-before-define to avoid double reporting errors.
204
'no-use-before-define': 'off',
0 commit comments