1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-26 10:35:48 +02:00

resolve tsconfig eslint errors (#4562)

This commit is contained in:
Kyle Spearrin 2023-01-25 09:19:15 -05:00 committed by GitHub
parent 3f3cbccf13
commit 8451cd5d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [