Closed xiadengping closed 8 years ago
This rule applicable only for call expressions, see - http://jscs.info/rule/requireSpaceBetweenArguments since those are not arguments those are parameters.
You want validateParameterSeparator
Hm, but apparently validateParameterSeparator
doesn't notice class methods :/
Thanks :)
He!p
I have set requireSpaceBetweenArguments in .jscsrc file,
This is a test code,
jscs can only find line4 is invalid, shows "Missing space between , and b", but line3 is also invalid.