Skip to content

Commit 694a2b6

Browse files
fix formatting
1 parent d287c6d commit 694a2b6

15 files changed

Lines changed: 26 additions & 20 deletions

File tree

zod-transform-socials/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Astro).
2929
> get packaged with this library anymore.
3030
3131
2. Pick the entry that matches the `zod` in your project:
32-
3332
- **Astro 5 / Zod 3** => `import { SocialLinks } from "@fujocoded/zod-transform-socials"`
3433
- **Astro 6 / Zod 4** => `import { SocialLinks } from "@fujocoded/zod-transform-socials/zod4"`
3534

zod-transform-socials/__examples__/01-astro-5-loader/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
import { defineConfig } from "astro/config";
33

44
export default defineConfig({});
5-

zod-transform-socials/__examples__/01-astro-5-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "examples-zod-transform-socials-astro-5-loader",
3-
"type": "module",
43
"version": "0.0.1",
54
"private": true,
5+
"type": "module",
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",

zod-transform-socials/__examples__/01-astro-5-loader/src/pages/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ const team = await getCollection("team");
3030
}
3131
</body>
3232
</html>
33-

zod-transform-socials/__examples__/01-astro-5-loader/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"include": [".astro/types.d.ts", "**/*"],
44
"exclude": ["dist"]
55
}
6-

zod-transform-socials/__examples__/02-astro-6-loader/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
import { defineConfig } from "astro/config";
33

44
export default defineConfig({});
5-

zod-transform-socials/__examples__/02-astro-6-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "examples-zod-transform-socials-astro-6-loader",
3-
"type": "module",
43
"version": "0.0.1",
54
"private": true,
5+
"type": "module",
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",

zod-transform-socials/__examples__/02-astro-6-loader/src/pages/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ const team = await getCollection("team");
3030
}
3131
</body>
3232
</html>
33-

zod-transform-socials/__examples__/02-astro-6-loader/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"include": [".astro/types.d.ts", "**/*"],
44
"exclude": ["dist"]
55
}
6-

zod-transform-socials/__examples__/03-zod-3-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "examples-zod-transform-socials-zod-3-standalone",
3-
"type": "module",
43
"version": "0.0.1",
54
"private": true,
5+
"type": "module",
66
"scripts": {
77
"start": "node parse.ts",
88
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)