Oleg Sklyanchuk
Oleg Sklyanchuk
Perhaps, instead of a flag, it would be an interesting idea to add a `--require` option similar to [what mocha does](http://mochajs.org/#usage). So we could do: ``` sh babel-tape-runner test/*.js --require...
After forking and looking at the code more closely I came to a conclusion that this library is not needed at all and can safely be deprecated in favor of...
This is not required anymore. Tape can work with babel out of the box.
It seems that stylelint is unable to fix all errors in your files and reports unfixed issues to gulp-stylelint, which emits the error you see. You can suppress this error...
Hello. Sorry for being absent. I'll try to take a look at it when I have some time (hopefully this weekend).
@brendanfalkowski The plugin emits a `PluginError` which causes the stream to fail with non-zero code on errors by default. You can test it on https://github.com/olegskl/gulp-stylelint-test. I don't know how splitting...
Hmm. Thanks for opening this issue. In fact, I'm surprised it worked before. Stylelint ignores files only when running a glob search itself. But gulp-stylelint pipes file data directly into...