chore: update project configurations and add Prettier settings

This commit is contained in:
2025-03-13 21:05:32 +01:00
parent 1f2304144c
commit a261bbd60c
25 changed files with 1100 additions and 940 deletions

View File

@ -7,7 +7,9 @@
"build": "astro build",
"preview": "astro preview",
"start": "astro dev --host",
"lint": "astro check"
"lint": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
@ -36,7 +38,10 @@
"@types/react-dom": "^19.0.4",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^10.1.1",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.0.12",
"typescript": "^5.7.3"
}