Configure ESLint in VSCode Using Yarn

If you are using yarn instead of npm set the setting

"eslint.packageManager": "yarn"

You need to reopen VS Code afterwards.