tsc & prettier

This commit is contained in:
Filip Dunder
2024-04-30 10:54:57 -03:00
parent 04e5ca7d27
commit 4fcf5165d5
56 changed files with 2860 additions and 791 deletions

View File

@ -1,5 +1,6 @@
{
"singleQuote": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 120
"printWidth": 120,
"useTabs": true
}