Skip to content

Commit d12c3e8

Browse files
committed
chore: remove unused eslint-plugin-format
1 parent 2aeb8c9 commit d12c3e8

File tree

2 files changed

+77
-71
lines changed

2 files changed

+77
-71
lines changed

2025/package.json

Lines changed: 61 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,63 @@
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 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-
}
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+
"prettier": "^3.6.2",
42+
"prettier-plugin-astro": "^0.14.1",
43+
"prettier-plugin-tailwindcss": "^0.6.14",
44+
"sharp": "^0.34.3",
45+
"tailwind-merge": "^3.3.1",
46+
"typescript": "^5.9.2",
47+
"unplugin-macros": "^0.17.2"
48+
},
49+
"pnpm": {
50+
"executionEnv": {
51+
"nodeVersion": "22.13.1"
52+
},
53+
"onlyBuiltDependencies": [
54+
"@tailwindcss/oxide",
55+
"esbuild",
56+
"sharp",
57+
"unrs-resolver"
58+
],
59+
"overrides": {
60+
"devalue": "^5.3.2"
61+
}
62+
}
6463
}

2025/pnpm-lock.yaml

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)