Bruno Azevedo

Results 2 issues of Bruno Azevedo

This has already been talked about. It was an issue in this repo as well but got deleted probably when this repo stopped being a fork. It has a [trello...

enhancement
question

https://github.com/jscs-dev/node-jscs/blob/f55bbae8bfbd8d57a4f756193d824e6f398ff7a7/lib/rules/disallow-multiple-var-decl.js Basically I'd go for the `exceptUndefined` mode. I happen to do this a lot: ``` var a, b; // use later on ```

question