fix formatting

This commit is contained in:
2025-11-24 10:22:06 -05:00
parent e181c735b8
commit 321aa058ed
41 changed files with 776 additions and 767 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext .js --ext .ts --ext .astro"
"check:lint": "eslint --ext .js --ext .ts --ext .astro",
"check:format": "prettier . --check",
"format": "prettier . --write"
},
"dependencies": {
"@alpinejs/persist": "^3.15.1",