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",

libs/native-federation-esbuild/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-esbuild/**/*.ts"]
36-
}
33+
"outputs": ["{options.outputFile}"]
3734
},
3835
"test": {
3936
"executor": "@nx/jest:jest",

libs/native-federation-runtime/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
}
3030
},
3131
"lint": {
32-
"executor": "@nx/eslint:lint",
33-
"options": {
34-
"lintFilePatterns": [
35-
"libs/native-federation-runtime/**/*.ts",
36-
"libs/native-federation-runtime/**/*.html"
37-
]
38-
}
32+
"executor": "@nx/eslint:lint"
3933
}
4034
},
4135
"tags": []

libs/native-federation/project.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@
4949
},
5050
"lint": {
5151
"executor": "@nx/eslint:lint",
52-
"outputs": ["{options.outputFile}"],
53-
"options": {
54-
"lintFilePatterns": [
55-
"libs/native-federation/**/*.ts",
56-
"libs/native-federation/generators.json",
57-
"libs/native-federation/executors.json",
58-
"libs/native-federation/package.json"
59-
]
60-
}
52+
"outputs": ["{options.outputFile}"]
6153
},
6254
"test": {
6355
"executor": "@nx/jest:jest",

libs/playground-lib/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
}
1414
},
1515
"lint": {
16-
"executor": "@nx/eslint:lint",
17-
"options": {
18-
"lintFilePatterns": [
19-
"libs/playground-lib/**/*.ts",
20-
"libs/playground-lib/**/*.html"
21-
]
22-
}
16+
"executor": "@nx/eslint:lint"
2317
}
2418
},
2519
"tags": []

0 commit comments

Comments
 (0)