feat: initial commit

This commit is contained in:
Florian Sylvain
2024-10-08 21:21:38 +02:00
commit b20d8866e2
31 changed files with 749 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"useTabs": true
}