add prettier and format files

This commit is contained in:
pat-s 2024-04-27 23:29:43 +02:00
parent e45a354eef
commit 7f4c8d67ec
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
8 changed files with 60 additions and 60 deletions

8
.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}