fix monorepo eslint issues vscode

From Visual Studio Code:

  1. CMD + Shift + P
  2. Start to type Workspace settings
  3. Search for ESlint extension and look for Working Directories and select Edit in settings.json
  4. Enter the paths that need ESlint enabled
{ "eslint.workingDirectories": ["folder-name", "other-foldername"] }