function(name,age,location) {
// something here
}
I basically miss a ESLint rule complaining due the lack of space between
function arguments. This is, I want to force this syntax:
function(name, age, location) {
// something here
}
Do I miss some existing rule?
Thanks a lot.
--
You received this message because you are subscribed to the Google Groups
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.