clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 ouverte le 5 sept. 2014

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)CoffeeScript (169 forks)batch import
Help Wantednew rule

Métriques du dépôt

Stars
 (1 203 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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' )

Guide contributeur