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:
@@ -30,6 +30,13 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"eslint.options": {
|
||||
"overrideConfig": {
|
||||
"parserOptions": {
|
||||
"project": ["${workspaceFolder}/tsconfig.eslint.json"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"debug.javascript.terminalOptions": {
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",
|
||||
|
||||
Reference in New Issue
Block a user