Maybe the comma-spacing rule: http://eslint.org/docs/rules/comma-spacing
On Thu, Sep 29, 2016 at 12:31 PM, Iñaki Baz Castillo <[email protected]> wrote: > 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. > -- 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.
