clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 geöffnet am 5. Sept. 2014

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)CoffeeScript (169 Forks)batch import
Help Wantednew rule

Repository-Metriken

Stars
 (1.203 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide