diff --git a/.eslintrc b/.eslintrc index 197e3b9049..d0f3978f40 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,7 +13,7 @@ ], "parser": "@typescript-eslint/parser", "parserOptions": { - "project": "./tsconfig.json", + "project": "./tsconfig.base.json", "tsconfigRootDir": "." }, "rules": { diff --git a/build-dependents.js b/build-dependents.js index fb53b404a1..f61bf583d3 100755 --- a/build-dependents.js +++ b/build-dependents.js @@ -23,7 +23,7 @@ try { if (isDependent || changedProject === currentProject) { // Rebuild the current project - const command = `nx run-many --target=d --projects=${currentProject} --parallel=5`; + const command = `nx run-many --target=build --projects=${currentProject} --parallel=5`; console.log(`Running command: ${command}`); execSync(command, { stdio: 'inherit' }); diff --git a/dev.sh b/dev.sh index 44ad4a48d0..4c11ccb701 100755 --- a/dev.sh +++ b/dev.sh @@ -28,5 +28,5 @@ fi # Run nx commands with the selected or provided package name echo "Running commands for package: $PACKAGE_NAME" -nx run $PACKAGE_NAME:d --parallel=5 +nx run $PACKAGE_NAME:build --parallel=5 nx watch --all -- node ./build-dependents.js \$NX_PROJECT_NAME $(echo $PACKAGE_NAME) \ No newline at end of file diff --git a/examples/passport/identity-with-nextjs/.eslintrc.json b/examples/passport/identity-with-nextjs/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/identity-with-nextjs/.eslintrc.json +++ b/examples/passport/identity-with-nextjs/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" } diff --git a/examples/passport/next-connect-kit/.eslintrc.json b/examples/passport/next-connect-kit/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/next-connect-kit/.eslintrc.json +++ b/examples/passport/next-connect-kit/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" } diff --git a/examples/passport/next-rainbow-kit/.eslintrc.json b/examples/passport/next-rainbow-kit/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/next-rainbow-kit/.eslintrc.json +++ b/examples/passport/next-rainbow-kit/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" } diff --git a/examples/passport/next-wagmi/.eslintrc.json b/examples/passport/next-wagmi/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/next-wagmi/.eslintrc.json +++ b/examples/passport/next-wagmi/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" } diff --git a/examples/passport/next-web3-modal/.eslintrc.json b/examples/passport/next-web3-modal/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/next-web3-modal/.eslintrc.json +++ b/examples/passport/next-web3-modal/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" } diff --git a/examples/passport/wallets-connect-with-nextjs/.eslintrc.json b/examples/passport/wallets-connect-with-nextjs/.eslintrc.json index 6cb73ba8c6..e7564bddde 100644 --- a/examples/passport/wallets-connect-with-nextjs/.eslintrc.json +++ b/examples/passport/wallets-connect-with-nextjs/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": ["next/core-web-vitals", "next"] } diff --git a/examples/passport/wallets-signing-with-nextjs/.eslintrc.json b/examples/passport/wallets-signing-with-nextjs/.eslintrc.json index 6cb73ba8c6..e7564bddde 100644 --- a/examples/passport/wallets-signing-with-nextjs/.eslintrc.json +++ b/examples/passport/wallets-signing-with-nextjs/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": ["next/core-web-vitals", "next"] } diff --git a/examples/passport/wallets-transactions-with-nextjs/.eslintrc.json b/examples/passport/wallets-transactions-with-nextjs/.eslintrc.json index bffb357a71..a2569c2c7c 100644 --- a/examples/passport/wallets-transactions-with-nextjs/.eslintrc.json +++ b/examples/passport/wallets-transactions-with-nextjs/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "next/core-web-vitals" }