Steps to Reproduce:
You need to have both eslint and babel eslint installed either globally or locally. Mixing it will not work. See https://github.com/Microsoft/vscode-eslint/issues/2.
If this is not the case for you can you please share your workspace. I tried it locally and I can run eslint with babel-eslint installed.
This issue was moved to Microsoft/vscode-eslint#82
I was facing this issue. I was working on ES6 MERN stack project.
ERROR: babel-eslint is not found
This error was bugging me a lot.
It turns out that I had to disable the eslint extension of VS Code. Once this was done i reloaded the VS Code and the error stopped coming.
Most of the times whenever I faced such issues, I always check installed extension in VS Code. These extensions create conflicts and hence cause errors.
@AbhayShiro
Thanks!
Most helpful comment
You need to have both eslint and babel eslint installed either globally or locally. Mixing it will not work. See https://github.com/Microsoft/vscode-eslint/issues/2.
If this is not the case for you can you please share your workspace. I tried it locally and I can run eslint with babel-eslint installed.