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": { "options": {
"eslintConfig": ".eslintrc.json", "eslintConfig": ".eslintrc.json",
"lintFilePatterns": [ "lintFilePatterns": [
"src/**.ts", "src/**/*.ts",
"main.ts" "main.ts"
] ]
} }
@@ -141,7 +141,7 @@
"options": { "options": {
"eslintConfig": ".eslintrc.json", "eslintConfig": ".eslintrc.json",
"lintFilePatterns": [ "lintFilePatterns": [
"e2e/**.ts" "e2e/**/*.ts"
] ]
} }
} }