Skip to content

Commit ea1cf22

Browse files
jogelinmanfredsteyer
authored andcommitted
chore(nx): Upgrade to Nx 18
1 parent 7372065 commit ea1cf22

File tree

18 files changed

+1026
-1298
lines changed

18 files changed

+1026
-1298
lines changed

apps/mfe1-e2e/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"outputs": ["{options.outputFile}"],
23-
"options": {
24-
"lintFilePatterns": ["apps/mfe1-e2e/**/*.{js,ts}"]
25-
}
22+
"outputs": ["{options.outputFile}"]
2623
}
2724
},
2825
"tags": [],

apps/mfe1/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@
7070
}
7171
},
7272
"lint": {
73-
"executor": "@nx/eslint:lint",
74-
"options": {
75-
"lintFilePatterns": ["apps/mfe1/**/*.ts", "apps/mfe1/**/*.html"]
76-
}
73+
"executor": "@nx/eslint:lint"
7774
},
7875
"test": {
7976
"executor": "@nx/jest:jest",

apps/mfe2-e2e/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"outputs": ["{options.outputFile}"],
23-
"options": {
24-
"lintFilePatterns": ["apps/mfe2-e2e/**/*.{js,ts}"]
25-
}
22+
"outputs": ["{options.outputFile}"]
2623
}
2724
},
2825
"tags": [],

apps/mfe2/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@
7171
}
7272
},
7373
"lint": {
74-
"executor": "@nx/eslint:lint",
75-
"options": {
76-
"lintFilePatterns": ["apps/mfe2/**/*.ts", "apps/mfe2/**/*.html"]
77-
}
74+
"executor": "@nx/eslint:lint"
7875
},
7976
"test": {
8077
"executor": "@nx/jest:jest",

apps/playground-e2e/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"options": {
23-
"lintFilePatterns": ["apps/playground-e2e/**/*.{js,ts}"]
24-
},
2522
"outputs": ["{options.outputFile}"]
2623
}
2724
},

apps/playground/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@
7878
},
7979
"lint": {
8080
"executor": "@nx/eslint:lint",
81-
"options": {
82-
"lintFilePatterns": [
83-
"apps/playground/src/**/*.ts",
84-
"apps/playground/src/**/*.html"
85-
]
86-
},
8781
"outputs": ["{options.outputFile}"]
8882
},
8983
"test": {

libs/mf-runtime/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"options": {
23-
"lintFilePatterns": [
24-
"libs/mf-runtime/src/**/*.ts",
25-
"libs/mf-runtime/src/**/*.html"
26-
]
27-
},
2822
"outputs": ["{options.outputFile}"]
2923
},
3024
"test": {

libs/mf-tools/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"options": {
23-
"lintFilePatterns": [
24-
"libs/mf-tools/src/**/*.ts",
25-
"libs/mf-tools/src/**/*.html"
26-
]
27-
},
2822
"outputs": ["{options.outputFile}"]
2923
},
3024
"test": {

libs/mf/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"options": {
10-
"lintFilePatterns": ["libs/mf/**/*.ts"]
11-
},
129
"outputs": ["{options.outputFile}"]
1310
},
1411
"test": {

libs/native-federation-core/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
},
3131
"lint": {
3232
"executor": "@nx/eslint:lint",
33-
"outputs": ["{options.outputFile}"],
34-
"options": {
35-
"lintFilePatterns": ["libs/native-federation-core/**/*.ts"]
36-
}
33+
"outputs": ["{options.outputFile}"]
3734
},
3835
"test": {
3936
"executor": "@nx/jest:jest",

0 commit comments

Comments
 (0)