Maximilian Antoni
Maximilian Antoni
Easy to implement, and also a synchronous check without additional IO. I'm a little worried though. This might cause issues if an instance is cached in my home directory and...
In any case, the place to look at in the code is `lib/caches.js` in the `getCache` function. You could implement some sort of "project root path resolution" there, behind a...
I thought some more about it and it could also cause unexpected behavior in mono-repo project setups. I'm okay with supporting a new command line flag for project root resolution....
Maybe this is also interesting for you: https://github.com/mantoni/eslint_d.js/issues/203
Thanks for opening an issue for this. I recall that there have been similar issues before and I'm not sure why `eslint_d` behaves differently from regular `eslint` when loading plugins...
Do you know which version of eslint your IDE integration is expecting?
Thank you! While I'd like to support other editors, my personal need is focused on vim. Therefore I rely on the community to fix issues in other editors. I would...
Are you using https://github.com/roadhump/SublimeLinter-contrib-eslint_d? The readme there also has some guidance for configuring Sublime correctly.
If it’s outdated, it should probably be removed from the readme. Can you specify which versions of Sublime and eslint used to work and which ones are breaking? Also, which...
I guess you already tried `eslint_d stop` and made sure the process is gone?