(eslint) Removed e2e tsconfig path as there is no default e2e solution included into Angular since v12.0.0

This commit is contained in:
sercan 2021-05-16 16:22:40 +03:00
parent 837f444cc9
commit 4a30e3482c

View File

@ -16,8 +16,7 @@
],
"parserOptions": {
"project": [
"tsconfig.json",
"e2e/tsconfig.json"
"tsconfig.json"
],
"createDefaultProgram": true
},