build: initialize project

This commit is contained in:
Sebin Nyshkim 2025-04-02 11:21:39 +02:00
commit 98eb24f9d0
5 changed files with 3182 additions and 0 deletions

8
.prettierrc Normal file
View file

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