Revert "Add working directories for eslint (#9738)" (#9914)

This reverts commit 96a1af7b0f from
https://github.com/zed-industries/zed/pull/9738 since it doesn't seem to
do anything. See:
https://github.com/zed-industries/zed/issues/9648#issuecomment-2025132087



Release Notes:

- N/A
This commit is contained in:
Thorsten Ball
2024-03-28 15:09:05 +01:00
committed by GitHub
parent cb7c53bc52
commit 5da951ce29
2 changed files with 0 additions and 20 deletions
-16
View File
@@ -85,19 +85,3 @@ You can configure ESLint's `nodePath` setting (requires Zed `0.127.0`):
}
}
```
#### Configure ESLint's `workingDirectories`:
You can configure ESLint's `workingDirectories` setting (requires Zed `0.130.x`):
```json
{
"lsp": {
"eslint": {
"settings": {
"workingDirectories": ["./client", "./server"]
}
}
}
}
```