refactoring+

This commit is contained in:
Gregory Bednov 2025-01-29 00:04:11 +03:00
commit 1e9a6d3052
11 changed files with 561 additions and 376 deletions

10
.prettierrc Normal file
View file

@ -0,0 +1,10 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80
}