fix/ angular.json - files to lint
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user