From 17c784d8b7faf126f0524cb964170ca6c634ed82 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:39:52 +0300 Subject: [PATCH] Fix working directory for eslint --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a7e604cd..90f4a622 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,10 +3,11 @@ ".mypy_cache/": true, ".pytest_cache/": true }, + "typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib", + "eslint.workingDirectories": ["rsconcept/frontend"], "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"], "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true, - "typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib", "python.analysis.typeCheckingMode": "off", "python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"], "python.analysis.packageIndexDepths": [