What does your project setup look like, is it a monorepo? Please could you share screenshots of Settings | Languages & Frameworks | JavaScript | Code Quality Tools | ESLint and Settings | Languages & Frameworks | Node.js pages?
Yes, this must be the issue. When working the projects stored in WSL, please make sure to select WSL Node interpreter in Settings | Languages & Frameworks | Node.js; using a Windows local one instead usually results in multiple issues running language services.
btw. i am (in both cases, whether im using vsc or webstorm) using a configuration file “.eslintrc.js”
and I am using WSL 2 with Ubuntu as the distro
What does your project setup look like, is it a monorepo? Please could you share screenshots of Settings | Languages & Frameworks | JavaScript | Code Quality Tools | ESLint and Settings | Languages & Frameworks | Node.js pages?
I am using WSL 2. Might the path to the node - Executable be the problem?
Hi Elena. I think i solved it. It seems it was due to me using it from WSL 2 Ubuntu 20.04 while having the windows node.exe specified.
Yes, this must be the issue. When working the projects stored in WSL, please make sure to select WSL Node interpreter in Settings | Languages & Frameworks | Node.js; using a Windows local one instead usually results in multiple issues running language services.