clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 aperta il 5 set 2014

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)CoffeeScript (169 fork)batch import
Help Wantednew rule

Metriche repository

Star
 (1203 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Is there something else that can warn|error about incorrect spacing around parens? Basically to enforce a style guide.

bad:
hello('there')

good:
hello( 'there' )

Guida contributor