Add Prettier to format TypeScript files

(cherry picked from commit de56862bb97b092c5fc44359caf3b2abdbcfdf96)

Closes #2186
This commit is contained in:
Mark McDowall
2023-01-08 00:26:33 -08:00
committed by Bogdan
parent 3828492226
commit bdcf336d94
6 changed files with 76 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"arrowParens": "always",
"endOfLine": "auto",
"singleQuote": true,
"trailingComma": "es5"
}