Ariel Schiavoni

Results 3 issues of Ariel Schiavoni

I've been working with the [multistream](https://github.com/feross/multistream) lib and I noticed that `line-by-line` did not work because `multistream` combines streams an returns an instance of `MultiStream` while `line-by-line` can only deal...

Hi, Currently JSHint supports .jshintignore file http://www.jshint.com/docs/cli/ I have specified a .jshintignore file to exclude some build folders with minified JS files but it seems that .jshintignore is not considered....

enhancement