Skip to content

Commit 507e92c

Browse files
committed
Format, lint
1 parent 50aff86 commit 507e92c

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

examples/typescript/fullstack/farcaster-miniapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
"tailwindcss": "^3.4.1",
4343
"typescript": "^5"
4444
}
45-
}
45+
}

examples/typescript/fullstack/mainnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"tailwindcss": "^3.4.1",
4040
"typescript": "^5"
4141
}
42-
}
42+
}

examples/typescript/fullstack/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"tailwindcss": "^3.4.1",
4040
"typescript": "^5"
4141
}
42-
}
42+
}

examples/typescript/mcp-embedded-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
"onlyBuiltDependencies": [
7171
"electron"
7272
]
73-
}
73+
}

typescript/packages/x402/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@
149149
"files": [
150150
"dist"
151151
]
152-
}
152+
}

typescript/site/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import importPlugin from "eslint-plugin-import";
77

88
export default [
99
{
10-
ignores: ["dist/**", "node_modules/**", ".next/**"],
10+
ignores: ["dist/**", "node_modules/**", ".next/**", "next-env.d.ts"],
1111
},
1212
{
1313
files: ["**/*.ts"],

typescript/site/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const compat = new FlatCompat({
1010
});
1111

1212
const eslintConfig = [
13+
{
14+
ignores: ["**/next-env.d.ts", "next-env.d.ts"],
15+
},
1316
...compat.extends("next/core-web-vitals", "next/typescript"),
1417
];
1518

typescript/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"tailwindcss": "^3.4.1",
4646
"typescript": "^5"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)