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
+11 -4
View File
@@ -48,10 +48,17 @@
]
},
"lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json"
]
"executor": "@angular-eslint/builder:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"{projectRoot}/**/*.ts",
"{projectRoot}/**/*.html"
],
"cache": true,
"cacheLocation": ".eslintcache",
"ignorePath": ".eslintignore"
}
},
"e2e": {
"inputs": [