-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
When using the very common VSCode Eslint plugin in combination with a 'monorepo setup eg:
- api/
- .eslintrc
- app/
- .eslintrc
- .babelrc
I found (after loosing a morning, lol) that I needed to amend the vscode-eslint settings as follows in order for the inline linter to resolve the module locations:
{
…
"eslint.workingDirectories": [
{ "directory": "./api", "changeProcessCWD": true },
{ "directory": "./app", "changeProcessCWD": true }
]
…
}Hope this helps someone save a morning!
caricati, zxlweb, mayconbenito, jbtheard and gusflopes
Metadata
Metadata
Assignees
Labels
No labels