Finally, ESLint Working with VSCode
I finally figured out how to get ESLint to work properly with Visual Studio Code (VSCode). View commit.
It was quite a challenge getting ESLint to work properly when the .eslintrc.js file is not in the root of the project - the trick was the "eslint.workingDirectories" setting. All the settings are included in the .vscode/settings.json file. I use VSCode open only to the root of the project with no other projects. I also recommend the following VSCode extensions: