feat: add husky, lint-staged, prettier, update ts aliases

This commit is contained in:
2025-06-23 14:47:14 +03:00
parent c9f20585b2
commit 8ff9b4f5f8
18 changed files with 616 additions and 44 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
}