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 --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 8bf91d3..1e72ac4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/strict", - "include": [".astro/types.d.ts", "**/*"], - "exclude": ["dist"] + "extends": "astro/tsconfigs/strict", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"] } -- cgit v1.2.3