Somehow I missed it. Thanks a lot.

2016-09-29 22:17 GMT+02:00 Peter deHaan <[email protected]>:
> 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.
>
>



-- 
Iñaki Baz Castillo
<[email protected]>

-- 
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.

Reply via email to