chore: setup prettier

This commit is contained in:
Dominik 2025-04-18 14:25:46 +02:00
parent e4a8795b74
commit bf4fb036c0
Signed by: dominik
GPG key ID: 06A4003FC5049644
4 changed files with 38 additions and 6 deletions

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"singleQuote": true,
"jsxSingleQuote": true
}