add a prettier config

This commit is contained in:
Fred K. Schott
2019-11-10 13:56:42 -08:00
parent d6757aced2
commit ca14d1b108

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"parser": "typescript",
"quoteProps": "consistent"
}