Skip to content

Commit 7ef8cf7

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": ["../../.eslintrc.base.json"],
3-
"ignorePatterns": ["!**/*"],
3+
"ignorePatterns": ["!**/*", "src/lib/core/build-adapter.js"],
44
"overrides": [
55
{
66
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],

libs/native-federation-esbuild/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"module": "commonjs",
55
"forceConsistentCasingInFileNames": true,
6-
// "strict": true,
6+
// "strict": true,
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
99
"noImplicitReturns": true,

libs/native-federation/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// "strict": true,
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
9-
// "noImplicitReturns": true,
9+
// "noImplicitReturns": true,
1010
"noFallthroughCasesInSwitch": true
1111
},
1212
"files": [],

0 commit comments

Comments
 (0)