Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
version: 10.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm lint
- run: pnpm prettier:check
1 change: 0 additions & 1 deletion 2025/.npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion 2025/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import react from '@astrojs/react';
import tailwindcss from '@tailwindcss/vite';
import dsv from '@rollup/plugin-dsv';
import tailwindcss from '@tailwindcss/vite';

// @ts-check
import { defineConfig } from 'astro/config';
Expand Down
16 changes: 9 additions & 7 deletions 2025/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { ryoppippi } from '@ryoppippi/eslint-config';
import { ryoppippi } from "@ryoppippi/eslint-config";

export default ryoppippi({
type: 'app', // or 'lib'
svelte: false,
astro: true,
typescript: {
tsconfigPath: './tsconfig.json',
},
type: "app", // or 'lib'
svelte: false,
astro: true,
stylistic: false,
formatters: false,
Comment on lines +7 to +8
Copy link
Member Author

@ryoppippi ryoppippi Nov 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stylisticとformattersがprettierと競合してたので無効にしました

typescript: {
tsconfigPath: "./tsconfig.json",
},
});
122 changes: 61 additions & 61 deletions 2025/package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"name": "2025",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.4.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "eslint --cache .",
"format": "nr prettier:fix",
"prettier:check": "prettier --cache --check src",
"prettier:fix": "prettier --cache --write src"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@lucide/astro": "^0.513.0",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"astro": "^5.14.3",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-seo": "^0.8.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"satori": "^0.15.2",
"tailwindcss": "^4.1.12",
"ufo": "^1.6.1"
},
"devDependencies": {
"@antfu/ni": "^25.0.0",
"@astrojs/ts-plugin": "^1.10.4",
"@rollup/plugin-dsv": "^3.0.5",
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",
"eslint": "^9.34.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.2",
"unplugin-macros": "^0.17.2"
},
"pnpm": {
"executionEnv": {
"nodeVersion": "22.13.1"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp",
"unrs-resolver"
],
"overrides": {
"devalue": "^5.3.2"
}
}
"name": "2025",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"format": "nr lint:fix && nr prettier:fix",
"prettier:check": "prettier --cache --check src",
"prettier:fix": "prettier --cache --write src"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@lucide/astro": "^0.513.0",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"astro": "^5.14.3",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-seo": "^0.8.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"satori": "^0.15.2",
"tailwindcss": "^4.1.12",
"ufo": "^1.6.1"
},
"devDependencies": {
"@antfu/ni": "^25.0.0",
"@astrojs/ts-plugin": "^1.10.4",
"@rollup/plugin-dsv": "^3.0.5",
"@ryoppippi/eslint-config": "^0.4.0",
"eslint": "^9.34.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.2",
"unplugin-macros": "^0.17.2"
},
"pnpm": {
"executionEnv": {
"nodeVersion": "22.13.1"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp",
"unrs-resolver"
],
"overrides": {
"devalue": "^5.3.2"
}
}
}
Loading