mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Override eslint config for vscode workspace (#4566)
This commit is contained in:
parent
989114f174
commit
d02af23b30
@ -7,7 +7,7 @@
|
||||
"plugins": ["@typescript-eslint", "rxjs", "rxjs-angular", "import"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"project": ["**/tsconfig.eslint.json"],
|
||||
"project": ["./tsconfig.eslint.json"],
|
||||
"sourceType": "module"
|
||||
},
|
||||
"extends": [
|
||||
|
@ -30,6 +30,13 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"eslint.options": {
|
||||
"overrideConfig": {
|
||||
"parserOptions": {
|
||||
"project": ["${workspaceFolder}/tsconfig.eslint.json"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"debug.javascript.terminalOptions": {
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",
|
||||
|
Loading…
Reference in New Issue
Block a user