feat: initial commit

This commit is contained in:
Sebin Nyshkim 2023-12-28 18:40:16 +01:00
commit 166e65b8a6
86 changed files with 9921 additions and 0 deletions

8
.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}