chore: configure prettier with ignore rules and format scripts + running format

This commit is contained in:
lila 2026-03-20 18:37:38 +01:00
parent 22bb8a1e4c
commit ce42eb1811
12 changed files with 150 additions and 89 deletions

View file

@ -3,7 +3,7 @@
{ "path": "./packages/shared" },
{ "path": "./packages/db" },
{ "path": "./apps/web" },
{ "path": "./apps/api" },
{ "path": "./apps/api" }
],
"files": [],
"files": []
}