Skip to content

Commit 043637e

Browse files
committed
chore: format
1 parent 07a69f7 commit 043637e

28 files changed

+128
-126
lines changed

2025/eslint.config.mjs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
import { ryoppippi } from '@ryoppippi/eslint-config';
1+
import { ryoppippi } from "@ryoppippi/eslint-config";
22

33
export default ryoppippi({
4-
type: 'app', // or 'lib'
5-
svelte: false,
6-
astro: true,
7-
stylistic: false,
8-
typescript: {
9-
tsconfigPath: './tsconfig.json',
10-
},
4+
type: "app", // or 'lib'
5+
svelte: false,
6+
astro: true,
7+
stylistic: false,
8+
formatters: false,
9+
typescript: {
10+
tsconfigPath: "./tsconfig.json",
11+
},
1112
});

2025/package.json

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
{
2-
"name": "2025",
3-
"type": "module",
4-
"version": "0.0.1",
5-
"private": true,
6-
"packageManager": "[email protected]",
7-
"scripts": {
8-
"dev": "astro dev",
9-
"build": "astro build",
10-
"preview": "astro preview",
11-
"astro": "astro",
12-
"check": "astro check",
13-
"lint": "eslint --cache .",
14-
"lint:fix": "nr lint --fix",
15-
"format": "nr prettier:fix && nr lint:fix",
16-
"prettier:check": "prettier --cache --check src",
17-
"prettier:fix": "prettier --cache --write src"
18-
},
19-
"dependencies": {
20-
"@astrojs/react": "^4.3.0",
21-
"@lucide/astro": "^0.513.0",
22-
"@tailwindcss/vite": "^4.1.12",
23-
"@types/react": "^19.1.11",
24-
"@types/react-dom": "^19.1.7",
25-
"astro": "^5.14.3",
26-
"astro-google-fonts-optimizer": "^0.2.2",
27-
"astro-seo": "^0.8.4",
28-
"react": "^19.1.1",
29-
"react-dom": "^19.1.1",
30-
"satori": "^0.15.2",
31-
"tailwindcss": "^4.1.12",
32-
"ufo": "^1.6.1"
33-
},
34-
"devDependencies": {
35-
"@antfu/ni": "^25.0.0",
36-
"@astrojs/ts-plugin": "^1.10.4",
37-
"@rollup/plugin-dsv": "^3.0.5",
38-
"@ryoppippi/eslint-config": "^0.4.0",
39-
"eslint": "^9.34.0",
40-
"eslint-plugin-astro": "^1.3.1",
41-
"eslint-plugin-format": "^1.0.1",
42-
"prettier": "^3.6.2",
43-
"prettier-plugin-astro": "^0.14.1",
44-
"prettier-plugin-tailwindcss": "^0.6.14",
45-
"sharp": "^0.34.3",
46-
"tailwind-merge": "^3.3.1",
47-
"typescript": "^5.9.2",
48-
"unplugin-macros": "^0.17.2"
49-
},
50-
"pnpm": {
51-
"executionEnv": {
52-
"nodeVersion": "22.13.1"
53-
},
54-
"onlyBuiltDependencies": [
55-
"@tailwindcss/oxide",
56-
"esbuild",
57-
"sharp",
58-
"unrs-resolver"
59-
],
60-
"overrides": {
61-
"devalue": "^5.3.2"
62-
}
63-
}
2+
"name": "2025",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"private": true,
6+
"packageManager": "[email protected]",
7+
"scripts": {
8+
"dev": "astro dev",
9+
"build": "astro build",
10+
"preview": "astro preview",
11+
"astro": "astro",
12+
"check": "astro check",
13+
"lint": "eslint --cache .",
14+
"lint:fix": "nr lint --fix",
15+
"format": "nr lint:fix && nr prettier:fix",
16+
"prettier:check": "prettier --cache --check src",
17+
"prettier:fix": "prettier --cache --write src"
18+
},
19+
"dependencies": {
20+
"@astrojs/react": "^4.3.0",
21+
"@lucide/astro": "^0.513.0",
22+
"@tailwindcss/vite": "^4.1.12",
23+
"@types/react": "^19.1.11",
24+
"@types/react-dom": "^19.1.7",
25+
"astro": "^5.14.3",
26+
"astro-google-fonts-optimizer": "^0.2.2",
27+
"astro-seo": "^0.8.4",
28+
"react": "^19.1.1",
29+
"react-dom": "^19.1.1",
30+
"satori": "^0.15.2",
31+
"tailwindcss": "^4.1.12",
32+
"ufo": "^1.6.1"
33+
},
34+
"devDependencies": {
35+
"@antfu/ni": "^25.0.0",
36+
"@astrojs/ts-plugin": "^1.10.4",
37+
"@rollup/plugin-dsv": "^3.0.5",
38+
"@ryoppippi/eslint-config": "^0.4.0",
39+
"eslint": "^9.34.0",
40+
"eslint-plugin-astro": "^1.3.1",
41+
"eslint-plugin-format": "^1.0.1",
42+
"prettier": "^3.6.2",
43+
"prettier-plugin-astro": "^0.14.1",
44+
"prettier-plugin-tailwindcss": "^0.6.14",
45+
"sharp": "^0.34.3",
46+
"tailwind-merge": "^3.3.1",
47+
"typescript": "^5.9.2",
48+
"unplugin-macros": "^0.17.2"
49+
},
50+
"pnpm": {
51+
"executionEnv": {
52+
"nodeVersion": "22.13.1"
53+
},
54+
"onlyBuiltDependencies": [
55+
"@tailwindcss/oxide",
56+
"esbuild",
57+
"sharp",
58+
"unrs-resolver"
59+
],
60+
"overrides": {
61+
"devalue": "^5.3.2"
62+
}
63+
}
6464
}

2025/src/components/AboutVimConf.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
import Heading from "./Heading.astro";
2+
import { Camera, Clapperboard } from "@lucide/astro";
33
import Card from "./Card.astro";
4-
import { Clapperboard, Camera } from "@lucide/astro";
4+
import Heading from "./Heading.astro";
55
---
66

77
<section id="about" class="bg-emerald-50 py-10 md:py-16">

2025/src/components/CfP.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
import Heading from "./Heading.astro";
3-
import Card from "./Card.astro";
42
import {
5-
FileText,
63
Calendar,
74
Clock,
85
ExternalLink,
6+
FileText,
97
Gift,
108
Globe,
119
} from "@lucide/astro";
10+
import Card from "./Card.astro";
11+
import Heading from "./Heading.astro";
1212
---
1313

1414
<section id="cfp" class="bg-white py-10 md:py-16">

2025/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
import VimLogo from "./VimLogo.astro";
32
import { Mail, XIcon } from "@lucide/astro";
3+
import VimLogo from "./VimLogo.astro";
44
---
55

66
<footer class="bg-gray-900 py-6 text-white sm:py-8 md:py-12">

2025/src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
import VimLogo from "./VimLogo.astro";
32
import { Menu, X } from "@lucide/astro";
3+
import VimLogo from "./VimLogo.astro";
44
---
55

66
<header

2025/src/components/KeynoteSpeakers/KeynoteSpeaker.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
import { MessageSquare, User } from "@lucide/astro";
23
import Card from "../Card.astro";
3-
import { User, MessageSquare } from "@lucide/astro";
44
55
type Props = {
66
keynoteSpeaker: string;

2025/src/components/KeynoteSpeakers/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
import Heading from "../Heading.astro";
3-
import KeynoteSpeaker from "./KeynoteSpeaker.astro";
42
import hrsh7th from "../../assets/speaker-icon/hrsh7th.png?url";
53
import rbtnn from "../../assets/speaker-icon/rbtnn.png?url";
4+
import Heading from "../Heading.astro";
5+
import KeynoteSpeaker from "./KeynoteSpeaker.astro";
66
---
77

88
<section

2025/src/components/LanguagePicker.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
import { LANGUAGES } from "@/i18n";
32
import { base } from "astro:config/client";
3+
import { LANGUAGES } from "@/i18n";
44
55
const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, "");
66
const currentLang = pathname.split("/")[1];

2025/src/components/OfficialBlog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
import { Calendar, Clock, ExternalLink, User } from "@lucide/astro";
23
import Heading from "./Heading.astro";
3-
import { Calendar, User, Clock, ExternalLink } from "@lucide/astro";
44
---
55

66
<section id="blog" class="bg-gray-50 py-10 md:py-16">

0 commit comments

Comments
 (0)