Scott Nonnenberg
Scott Nonnenberg
That makes sense, because it's looking at the resultant ruleset. It might work if you try the `--literal` mode.
The `--literal` option disables the code that computes the final ruleset (using both extended configs and any locally-specified rule). So in theory you could do what you're looking to do...
Yeah, the tool doesn't support all formats `eslint` supports... :0/
I never had commit access to this project.
I really like this idea for pushing code to functional style. Off the top of my head, we'd need a few key exceptions to make it reasonable: - `console.log()` or...
As long as the documentation recommends something like installing it for only part of your application, then it could be reasonable with no exceptions. It's not a standard use of...
All of my one-line commit messages (beyond the subject line) appear empty, and multiline messages are missing the last line. It seems to be due to this line - has...
+1 - ran into this as well. Just tested it on node `0.10.40` and things work fine. Node `4.1.2` does not work. Also, it's definitely a bug to throw a...
@cevou that project doesn't use `redux-api-middleware` so it's probably not a good example. It uses `redux-promise` to manage promises in a totally different way from this middlware. @amangeot based on...
@cevou Ah, thanks. Seems I'm still wrapping my head around `async`/`await`. Certainly is confusing when combined with `next()` callbacks. Looks like it will work, after all, @amangeot, since you can...