From 6845bcb2088ffc06dbfdb5b3ddf3d39c13251a21 Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Mon, 8 Dec 2025 00:06:01 +0800 Subject: Impl prettier to project - Add prettier json config - Format project with prettier config - Enable prettier in zed project settings Signed-off-by: Asai Neko --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6d4ae15..63e0c3f 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "nixcn-web", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/mdx": "^4.3.12", - "@astrojs/starlight": "^0.37.0", - "astro": "^5.6.1", - "sharp": "^0.34.2", - "starlight-theme-galaxy": "^0.5.2" - }, - "packageManager": "yarn@4.12.0" + "name": "nixcn-web", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/mdx": "^4.3.12", + "@astrojs/starlight": "^0.37.0", + "astro": "^5.6.1", + "sharp": "^0.34.2", + "starlight-theme-galaxy": "^0.5.2" + }, + "packageManager": "yarn@4.12.0" } -- cgit v1.2.3