Remove reference to deleted tsconfig.frontend.json from eslint config

This commit is contained in:
Alice Gaudon 2021-11-21 17:41:48 +01:00
parent 6002ad5290
commit 8c1230d501
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
"parserOptions": {
"project": [
"./tsconfig.json",
"./tsconfig.test.json",
"./tsconfig.frontend.json"
"./tsconfig.test.json"
]
},
"extends": [