Proposal: Implement autofix for `no-return-await` · Issue #7593 · eslint/eslint
Versions ESLint: 3.10 Node: 7.1 npm: 4.0.2 Description I propose to implement an auto-fixer for the new no-return-await rule. Since return await value has the same meaning as return value in async ...