clutchski/coffeelint

Parens|bracket|curly spacing

Open

#344 建立於 2014年9月5日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)CoffeeScript (1,203 star) (169 fork)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' )

貢獻者指南