feat: initializes prettier

This commit is contained in:
Dennis Schoepf 2026-02-16 22:01:20 +01:00
parent 51c42eb80d
commit 0c4f160800
10 changed files with 2547 additions and 1484 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}