clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 opened on Sep 5, 2014

View on GitHub
 (6 comments) (0 reactions) (0 assignees)CoffeeScript (169 forks)batch import
Help Wantednew rule

Repository metrics

Stars
 (1,203 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide