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 Feb 21, 2022. It is now read-only.
The ter-arrow-parens throws Unexpected parentheses around single function argument having a body with no curly braces. 3 times in sequence, but the parens is required on the first and last case, it should throw this error only on the second case since the ? is used to define conditional parameters.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have this case in my code:
The
ter-arrow-parens
throwsUnexpected parentheses around single function argument having a body with no curly braces.
3 times in sequence, but the parens is required on the first and last case, it should throw this error only on the second case since the?
is used to define conditional parameters.The text was updated successfully, but these errors were encountered: