diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
| commit | cbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch) | |
| tree | 0542f92eb8912bb6fbfeb6bae692134bdae4a175 /package.json | |
| parent | b4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff) | |
chore(format): install prettier
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 9 insertions, 2 deletions
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 +} |
