This commit is contained in:
sam 2024-04-23 20:37:20 +02:00
commit 8ca9b01243
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
30 changed files with 1885 additions and 0 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"useTabs": true,
"singleQuote": false,
"trailingComma": "all"
}