From cbf9a7b672fce0943cc6306c506dda3ab1c1024e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 13:50:32 +0200 Subject: chore(format): install prettier --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 93d21da..0480700 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,16 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "format": "prettier . --write" }, "dependencies": { "astro": "^5.12.9" + }, + "devDependencies": { + "prettier": "^3.6.2", + "prettier-plugin-astro": "^0.14.1", + "sass": "^1.90.0", + "scss": "^0.2.4" } -} \ No newline at end of file +} -- cgit v1.2.3