feat: upgrade nx and angular

This commit is contained in:
thomas
2024-03-25 18:02:23 +01:00
parent 7082d31697
commit e42a40ef3d
65 changed files with 4636 additions and 3432 deletions

View File

@@ -69,13 +69,7 @@
}
},
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/ngrx/effect-selector/**/*.ts",
"apps/ngrx/effect-selector/**/*.html"
]
}
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",

View File

@@ -72,13 +72,7 @@
}
},
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/ngrx/notification/**/*.ts",
"apps/ngrx/notification/**/*.html"
]
}
"executor": "@nx/eslint:lint"
}
},
"tags": []