Mark add missing async as auto fixable

This commit is contained in:
Matt Bierner
2019-01-28 18:12:32 -08:00
parent 248aea7fd5
commit c37d497f2b

View File

@@ -307,6 +307,7 @@ const preferredFixes = new Set([
'annotateWithTypeFromJSDoc',
'constructorForDerivedNeedSuperCall',
'extendsInterfaceBecomesImplements',
'fixAwaitInSyncFunction',
'fixClassIncorrectlyImplementsInterface',
'fixUnreachableCode',
'forgottenThisPropertyAccess',