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

贡献者指南

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