Initial commit

This commit is contained in:
Андрей 2026-03-03 15:44:27 +00:00
commit 0e7cb83ff0
20 changed files with 1812 additions and 0 deletions

9
.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"bracketSpacing": true,
"printWidth": 140,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}