fix(commons): remove redundant tsconfig for eslint

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-02-05 12:03:13 +01:00
parent 352de8e7b9
commit 9ccfaf3d0e
5 changed files with 3 additions and 9 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": [
"./tsconfig-eslint.json"
"./tsconfig.json"
]
},
"plugins": [