You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
JoshuaKGoldberg
changed the title
Relax promise-function-async for short arrow functions
Relax promise-function-async for short parenthesized arrow functions
Jun 15, 2019
…ons (#4765)
* Allowed parenthesis bodies for one-line promise-function-async functions
Fixes#4757.
* Used tsutils intead of ts for new parenthesized expression method
Gets me every time...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request
Is your feature request related to a problem? Please describe.
Related #2637
Describe the solution you'd like
Same as #2637
Additional context
My reasoning is that if TSLint permit this:
then too should to permit:
with tslint.json configuration:
The text was updated successfully, but these errors were encountered: