initial commit

This commit is contained in:
2024-08-30 17:59:14 +02:00
parent 65e9b294a1
commit 59015da143
19 changed files with 187 additions and 123 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "es5",
"singleAttributePerLine": true
}