feat: auth

This commit is contained in:
2024-07-02 15:31:59 +03:00
parent 3c7b919b28
commit a865789efa
21 changed files with 342 additions and 201 deletions

View File

@@ -1,9 +1,10 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"printWidth": 150,
"bracketSpacing": true,
"endOfLine": "lf"
"arrowParens": "always",
"printWidth": 100,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"bracketSpacing": true
}