first commit

This commit is contained in:
2025-04-02 12:46:16 +03:00
commit 39eefb3dc7
13 changed files with 1570 additions and 0 deletions

14
.prettierrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"tabWidth": 2,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "es5",
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"bracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"proseWrap": "preserve"
}