clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 opened on 2014年9月5日

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

説明

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

コントリビューターガイド