DRAFT
ArrowFunctionNoImpliedReturn
Incorrect
Even when an arrow function consists just of an expression, the return keyword must be explicitly written
Correct
When an arrow function consists just of an expression, the return keyword is implied