diff --git a/.eslintrc.json b/.eslintrc.json index d48d901532..6bcea9dd04 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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": [ diff --git a/clients.code-workspace b/clients.code-workspace index f9c7f0cc95..f834ca4c58 100644 --- a/clients.code-workspace +++ b/clients.code-workspace @@ -30,6 +30,13 @@ } ], "settings": { + "eslint.options": { + "overrideConfig": { + "parserOptions": { + "project": ["${workspaceFolder}/tsconfig.eslint.json"] + } + } + }, "debug.javascript.terminalOptions": { "sourceMapPathOverrides": { "webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",