3 Commits

Author SHA1 Message Date
8bcc73bab5 feat(prettier): support astro and fix mdx formatting
- Added prettier-plugin-astro as dev dependency
- Removed incorrect top-level "typescript" parser config
    - This causes the MDX files be parsed as typescript and error out.

Signed-off-by: Noa Virellia <noa@requiem.garden>
2025-12-09 16:36:26 +08:00
b7be215f14 Fix typo error in prettierrc.json
- Reformat zed settings file
- 2 tyop error in prettierrc.json caused prettier crached.

Signed-off-by: Asai Neko <sugar@sne.moe>
2025-12-08 00:17:16 +08:00
6845bcb208 Impl prettier to project
- Add prettier json config
- Format project with prettier config
- Enable prettier in zed project settings

Signed-off-by: Asai Neko <sugar@sne.moe>
2025-12-08 00:06:01 +08:00