misc/ upgrade to Electron 10 & Angular 10.1

This commit is contained in:
Maxime GRIS
2020-09-28 16:41:25 +02:00
parent 33098555c6
commit 07786a2db4
3 changed files with 30 additions and 35 deletions

View File

@@ -130,9 +130,6 @@
"lintFilePatterns": [
"src/**.ts",
"main.ts"
],
"exclude": [
"**/node_modules/**"
]
}
}
@@ -148,9 +145,6 @@
"eslintConfig": ".eslintrc.json",
"lintFilePatterns": [
"e2e/**.ts"
],
"exclude": [
"**/node_modules/**"
]
}
}