fix: add libs

This commit is contained in:
2025-05-28 10:46:03 +03:00
parent ed743d2977
commit 498aa4e4c1
16 changed files with 1053 additions and 31 deletions

14
.prettierrc Normal file
View File

@@ -0,0 +1,14 @@
{
"tabWidth": 2,
"semi": true,
"printWidth": 80,
"trailingComma": "all",
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"bracketSameLine": false,
"proseWrap": "always",
"useTabs": false,
"endOfLine": "lf",
"jsxSingleQuote": true
}