Skip to content

Commit 1066774

Browse files
committed
1 parent f81437a commit 1066774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ module.exports = {
165165
// ],
166166

167167
'@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+
168172
'@typescript-eslint/no-for-in-array': 'error',
169173
'@typescript-eslint/no-inferrable-types': 'error',
170174
'@typescript-eslint/no-misused-new': 'error',

0 commit comments

Comments
 (0)