We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-floating-promises
1 parent f81437a commit 1066774Copy full SHA for 1066774
index.js
@@ -165,6 +165,10 @@ module.exports = {
165
// ],
166
167
'@typescript-eslint/no-extraneous-class': 'error',
168
+
169
+ // Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/647
170
+ // '@typescript-eslint/no-floating-promises': 'error',
171
172
'@typescript-eslint/no-for-in-array': 'error',
173
'@typescript-eslint/no-inferrable-types': 'error',
174
'@typescript-eslint/no-misused-new': 'error',
0 commit comments