style: reformat ts files

This commit is contained in:
2024-01-28 05:30:15 +01:00
parent bf367991a9
commit a27e346f30
2 changed files with 77 additions and 68 deletions

9
.prettierrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}