Use prettier for most formatting

This commit is contained in:
Joscha 2024-05-11 17:07:45 +02:00
parent 3c86c4b337
commit 93663fff8c
4 changed files with 31 additions and 9 deletions

3
.prettierrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"trailingComma": "all"
}