prettier: Re-format .ts files

This commit is contained in:
hensm
2021-08-31 08:28:23 +01:00
parent d6ca1325dc
commit 41d8edcab4
82 changed files with 2683 additions and 2532 deletions

View File

@@ -1,5 +1,6 @@
{
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "none"
"trailingComma": "none",
"quoteProps": "consistent"
}