registered lint
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
52c338a963
commit
86249d8d32
@ -14,6 +14,15 @@
|
||||
"sourceRoot": "src",
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"<your-projects-root-directory>/<your-project-name>/src/**/*.ts",
|
||||
"<your-projects-root-directory>/<your-project-name>/src/**/*.html"
|
||||
]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
|
Loading…
Reference in New Issue
Block a user