fix/ angular.json - files to lint

This commit is contained in:
Maxime GRIS
2021-04-07 18:48:50 +02:00
parent 10065081de
commit ec7ce0c824

View File

@@ -125,7 +125,7 @@
"options": {
"eslintConfig": ".eslintrc.json",
"lintFilePatterns": [
"src/**.ts",
"src/**/*.ts",
"main.ts"
]
}
@@ -141,7 +141,7 @@
"options": {
"eslintConfig": ".eslintrc.json",
"lintFilePatterns": [
"e2e/**.ts"
"e2e/**/*.ts"
]
}
}