Getting setup on Sublime Text 3 again on Windows 10 and I’m using WSL.
In my projects, I’m getting an eslint(erred). Inspecting the console I get this:
SublimeLinter: WARNING: Skipping ‘eslint’ for now which is listed as a dependency in C:\Users\adrian\projects\demo-react-app\package.json but not installed. Forgot to ‘npm install’?
eslint is in my package.json and it’s installed. I also have eslint installed globally in WSL.
At a loss at the moment as to what could be the problem. This error specifically doesn’t come up in the SublimeLinter-eslint troubleshooting guide.
By comparision, linting on VSCode works so I’m guessing this may have to do with Sublime Text 3 and WSL communication out of the box but I’m at a loss on how to get these two to communicate.
Any ideas?
