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

@@ -30,14 +30,7 @@
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"libs/decoupling/core/**/*.ts",
"libs/decoupling/core/**/*.html"
]
}
"executor": "@nx/eslint:lint"
}
}
}