The automatic semicolon insertion doesn't seem as bad for arrow functions, this works as expected:
() => "this string is returned"
The automatic semicolon insertion doesn't seem as bad for arrow functions, this works as expected:
I'd personally keep using the parenthesis for aesthetic reasons though.