Michael Yegorov
Michael Yegorov
This bug was pretty difficult to reproduce, it was happening once in a 10-20 interactions. Maybe because "pauseOnHover" feature is based on mouseIn/mouseOut events rather than mouseEnter/mouseLeave, so when you...
The problem was not with the access to "entire project". In my case it was trying to access {my/projects/root}/{projectName} first and in that case "dir" variable was "my/projects/root" and "base"...
Thanks! Though I couldn't find the actual file in eslint-plugin-import so I can't file a real PR