ESLint fixes and unified lint targets (#3424)

* optimise lint targets

* fix eslint config files

* fix app coverage settings

* tune eslint to warn about optional chains
This commit is contained in:
Denys Vuika
2023-09-08 09:00:00 +01:00
committed by GitHub
parent 46ea85436b
commit 9106608398
14 changed files with 47 additions and 149 deletions

View File

@@ -18,17 +18,7 @@
}
},
"lint": {
"executor": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"e2e/**/*.ts",
"e2e/**/*.html"
],
"cache": true,
"cacheLocation": ".eslintcache",
"ignorePath": ".eslintignore"
},
"outputs": ["{options.outputFile}"]
"executor": "@angular-eslint/builder:lint"
}
}
}