clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 opened on Sep 5, 2014

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

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

Parens|bracket|curly spacing · clutchski/coffeelint#344 | Good First Issue