We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/no-invalid-void-type
1 parent e94c29a commit 984ff0eCopy full SHA for 984ff0e
index.js
@@ -312,7 +312,10 @@ module.exports = {
312
],
313
'@typescript-eslint/no-for-in-array': 'error',
314
'@typescript-eslint/no-inferrable-types': 'error',
315
- '@typescript-eslint/no-invalid-void-type': 'error',
+
316
+ // Disabled for now as it has too many false-positives.
317
+ // '@typescript-eslint/no-invalid-void-type': 'error',
318
319
'@typescript-eslint/no-misused-new': 'error',
320
'@typescript-eslint/no-misused-promises': [
321
'error',
0 commit comments