I have installed eslint in my machine and i have used visual studio code i have certain modules and process to be exported When i try to use \"module\" or \"process\" it shows
You are probably trying to run this in node environment.
The env section should look like this:
env
"env": { "browser": true, "amd": true, "node": true },