Ok, so basically, I wanna install Eslint to show the errors in VS Code. I tried to generate a config file from VS Code using “ESLint: Create ESLint Configuration”, but I only get the two options as you see below.
Whereas on my laptop, when I try to create an eslint config, I get 3 options as below.
Now, the reason that I’m not just committing my eslint config file and all is because it doesn’t work. And this is the only thing I could find that’s different. I use node 20.12 and my colleague uses node 18 something, but it satisfies the minimum for eslint. I have no clue what could cause the issue. EsLint Output terminal also isn’t helpful. It just says exited with error code and doesn’t mention what the error is. If anyone could advise me on how to address this issue I would really appreciate it.