1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Override eslint config for vscode workspace (#4566)

This commit is contained in:
Oscar Hinton
2023-01-26 14:26:21 +01:00
committed by GitHub
parent 989114f174
commit d02af23b30
2 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,13 @@
}
],
"settings": {
"eslint.options": {
"overrideConfig": {
"parserOptions": {
"project": ["${workspaceFolder}/tsconfig.eslint.json"]
}
}
},
"debug.javascript.terminalOptions": {
"sourceMapPathOverrides": {
"webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",