Tomas Barry

Results 23 comments of Tomas Barry

@gylaz, an exaggeration of our scenario would be a directory structure such as: ``` foo/ --bar/ ----bar.js ----.eslintrc.json --baz/ ----baz.js ----.eslintrc.json --foo.js --.eslintrc.json ``` Where all 3 `eslintrc.json` files have...

You are correct, I gave a bad example. Basically, we are following the instructions [here](https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy) to have a root set of rules and then extra rules based on the given...

@gylaz, so is it be possible to inform Hound of the extra `eslintrc.json` files?

@alexCoding42 - were you able to make any progress on that issue? I'm facing the same thing

@haya14busa (or any other maintainer) - any views on this?

@divanishyn, it doesn't appear to be maintained. Could be time to fork and have a maintained alternative.

@mileslane, did you manage to get anywhere with this? I am coming across the same issue.

For what it's worth, we have resorted to overwriting `window.setTimeout` when using a `setTimeout` in a promise chain: ```es6 // Place this in the test file/test block when you want...