Due ESLint I found a rule newline-before-return about empty line before return statements. But did not see a rule about empty line before the first statement in function. F.e.:
function (a) {
var b = +a;
}
Has ESlint a rule about this? If it has, what is the name this rule? Thanks