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', 'annotateWithTypeFromJSDoc',
'constructorForDerivedNeedSuperCall', 'constructorForDerivedNeedSuperCall',
'extendsInterfaceBecomesImplements', 'extendsInterfaceBecomesImplements',
'fixAwaitInSyncFunction',
'fixClassIncorrectlyImplementsInterface', 'fixClassIncorrectlyImplementsInterface',
'fixUnreachableCode', 'fixUnreachableCode',
'forgottenThisPropertyAccess', 'forgottenThisPropertyAccess',