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