Project init

This commit is contained in:
2023-07-27 16:36:58 +02:00
parent f91eb9a898
commit 35f312f53f
45 changed files with 4465 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}