Skip to content

Commit a6c185c

Browse files
authored
migrate recipes
1 parent 5bd23b0 commit a6c185c

File tree

166 files changed

+19193
-14470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+19193
-14470
lines changed

angular-monorepo/apps/angular-store-e2e/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
},
2323
"lint": {
2424
"executor": "@nx/eslint:lint",
25-
"outputs": ["{options.outputFile}"],
26-
"options": {
27-
"lintFilePatterns": ["apps/angular-store-e2e/**/*.{js,ts}"]
28-
}
25+
"outputs": ["{options.outputFile}"]
2926
}
3027
},
3128
"tags": [],

angular-monorepo/apps/angular-store/project.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@
6969
},
7070
"lint": {
7171
"executor": "@nx/eslint:lint",
72-
"outputs": ["{options.outputFile}"],
73-
"options": {
74-
"lintFilePatterns": [
75-
"apps/angular-store/**/*.ts",
76-
"apps/angular-store/**/*.html"
77-
]
78-
}
72+
"outputs": ["{options.outputFile}"]
7973
},
8074
"test": {
8175
"executor": "@nx/jest:jest",

angular-monorepo/apps/inventory-e2e/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
},
2323
"lint": {
2424
"executor": "@nx/eslint:lint",
25-
"outputs": ["{options.outputFile}"],
26-
"options": {
27-
"lintFilePatterns": ["apps/inventory-e2e/**/*.{js,ts}"]
28-
}
25+
"outputs": ["{options.outputFile}"]
2926
}
3027
},
3128
"tags": [],

angular-monorepo/apps/inventory/project.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@
6969
},
7070
"lint": {
7171
"executor": "@nx/eslint:lint",
72-
"outputs": ["{options.outputFile}"],
73-
"options": {
74-
"lintFilePatterns": [
75-
"apps/inventory/**/*.ts",
76-
"apps/inventory/**/*.html"
77-
]
78-
}
72+
"outputs": ["{options.outputFile}"]
7973
},
8074
"test": {
8175
"executor": "@nx/jest:jest",

angular-monorepo/libs/orders/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
},
1616
"lint": {
1717
"executor": "@nx/eslint:lint",
18-
"outputs": ["{options.outputFile}"],
19-
"options": {
20-
"lintFilePatterns": ["libs/orders/**/*.ts", "libs/orders/**/*.html"]
21-
}
18+
"outputs": ["{options.outputFile}"]
2219
}
2320
}
2421
}

angular-monorepo/libs/products/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
},
1616
"lint": {
1717
"executor": "@nx/eslint:lint",
18-
"outputs": ["{options.outputFile}"],
19-
"options": {
20-
"lintFilePatterns": ["libs/products/**/*.ts", "libs/products/**/*.html"]
21-
}
18+
"outputs": ["{options.outputFile}"]
2219
}
2320
}
2421
}

angular-monorepo/libs/shared/ui/project.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
},
1616
"lint": {
1717
"executor": "@nx/eslint:lint",
18-
"outputs": ["{options.outputFile}"],
19-
"options": {
20-
"lintFilePatterns": [
21-
"libs/shared/ui/**/*.ts",
22-
"libs/shared/ui/**/*.html"
23-
]
24-
}
18+
"outputs": ["{options.outputFile}"]
2519
}
2620
}
2721
}

0 commit comments

Comments
 (0)