Closed
Description
I have Typescript monorepo that doesn't have root level eslint config. When I open file with extension that eslint can handle in root folder I gets error from eslint extension Error: Could not find config file.
. Problem is I set up eslint working directory inside .vscode/settings.json
to client
:
"eslint.workingDirectories": ["client"],
So I assume that the eslint extension only works in the client
folder where I have eslint config but it doesn't.
Even when I set eslint validate to only js and open .json file on root level I gets the same error.
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
I think it can be related to the #633
Metadata
Metadata
Assignees
Labels
No labels