chore: update Prettier settings and add settings for vscode

This commit is contained in:
Okinea Dev 2025-02-04 09:40:22 +02:00
parent 6fb6603cc1
commit f6221cd95f
No known key found for this signature in database
GPG key ID: 07944BC5E01E7B43
11 changed files with 191 additions and 183 deletions

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"semi": false,
"quoteProps": "preserve"
}