DEV Community

Discussion on: ESLint not working in VSCode? Help build a troubleshooting checklist!

Collapse
 
logivad profile image
Vadim Loginov

I had everything setup correctly in terms of eslint (it worked in cli and showed expected linting errors). But in my folder structure actual project was not in the root directory. What helpled is setting "workingDirectories" setting explicitly (should point to the folder that countains eslint configuration file)