Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)

This reverts commit 6d02cb0a01.
This commit is contained in:
Neko
2025-06-26 19:17:02 +08:00
committed by GitHub
parent 6d02cb0a01
commit 5d994609ed
19 changed files with 1070 additions and 2164 deletions
+5 -6
View File
@@ -3,23 +3,22 @@
"type": "module",
"private": true,
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:base": "astro build --base /docs",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
"astro": "astro"
},
"devDependencies": {
"98.css": "^0.1.21",
"@astrojs/starlight": "^0.34.4",
"@fontsource/fusion-pixel-12px-proportional-sc": "^5.2.5",
"@fontsource/quicksand": "^5.2.8",
"astro": "^5.10.1",
"astro": "^5.9.4",
"astro-og-canvas": "^0.7.0",
"canvaskit-wasm": "^0.40.0",
"sharp": "^0.34.2",
"unocss": "^66.3.2",
"unocss": "^66.2.3",
"vue": "^3.5.17"
}
}