Eric Hacke
Eric Hacke
I have the same issue. Maybe it's the `.eslintrc.js` filename? I'm not sure. The linting works properly when run manually, and during commit. But webpack explodes. I've given up for...
I have the same issue. After spending a couple hours debugging it I have found that it somehow seems to be related to the number of tests. However, that's not...
@maksimr I pull one thing in from Stripe using JSONP, but I don't directly call a cross-domain script. It also looks like there is no problem running the full suite...
@maksimr to be more specific, I have this in my index.html `` But it seems that if it were a cross-site scripting issue, I would expect it to fail 100%...
@maksimr Yeah I'll give it a shot and update once I've eliminated all the possible same-origin issues.
@maksimr After some searching it looks like one of the dependencies I pulled in with bower was doing some sneaky creation of html and directly including a script tag which...
This rule also triggers for most Bluebird.js use cases. (Bluebird.map, Bluebird.filter, etc). Obviously I'll just disable to the rule globally in my case, but it seems like this rule has...