Skip to content

Commit 8f26edf

Browse files
committed
chore(nx): Upgrade to Nx 18 - align angular package libs
1 parent 7ae1657 commit 8f26edf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

libs/mf-runtime/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"files": ["*.json"],
3737
"parser": "jsonc-eslint-parser",
3838
"rules": {
39-
"@nx/dependency-checks": "error"
39+
"@nx/dependency-checks": "warn"
4040
}
4141
}
4242
]

libs/mf-tools/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"files": ["*.json"],
3737
"parser": "jsonc-eslint-parser",
3838
"rules": {
39-
"@nx/dependency-checks": "error"
39+
"@nx/dependency-checks": "warn"
4040
}
4141
}
4242
]

libs/mf/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": ["*.json"],
1919
"parser": "jsonc-eslint-parser",
2020
"rules": {
21-
"@nx/dependency-checks": "error"
21+
"@nx/dependency-checks": "warn"
2222
}
2323
}
2424
]

libs/native-federation-core/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": ["*.json"],
1919
"parser": "jsonc-eslint-parser",
2020
"rules": {
21-
"@nx/dependency-checks": "error"
21+
"@nx/dependency-checks": "warn"
2222
}
2323
}
2424
]

libs/native-federation-esbuild/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": ["*.json"],
1919
"parser": "jsonc-eslint-parser",
2020
"rules": {
21-
"@nx/dependency-checks": "error"
21+
"@nx/dependency-checks": "warn"
2222
}
2323
}
2424
]

libs/native-federation-runtime/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"files": ["*.json"],
3737
"parser": "jsonc-eslint-parser",
3838
"rules": {
39-
"@nx/dependency-checks": "error"
39+
"@nx/dependency-checks": "warn"
4040
}
4141
}
4242
]

libs/native-federation/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": ["*.json"],
1919
"parser": "jsonc-eslint-parser",
2020
"rules": {
21-
"@nx/dependency-checks": "error"
21+
"@nx/dependency-checks": "warn"
2222
}
2323
}
2424
]

0 commit comments

Comments
 (0)