mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Fix working directory for eslint
This commit is contained in:
parent
07cec071f8
commit
17c784d8b7
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,10 +3,11 @@
|
||||||
".mypy_cache/": true,
|
".mypy_cache/": true,
|
||||||
".pytest_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.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"],
|
||||||
"python.testing.pytestEnabled": false,
|
"python.testing.pytestEnabled": false,
|
||||||
"python.testing.unittestEnabled": true,
|
"python.testing.unittestEnabled": true,
|
||||||
"typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib",
|
|
||||||
"python.analysis.typeCheckingMode": "off",
|
"python.analysis.typeCheckingMode": "off",
|
||||||
"python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"],
|
"python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"],
|
||||||
"python.analysis.packageIndexDepths": [
|
"python.analysis.packageIndexDepths": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user