prettier config

This commit is contained in:
Patrick Marsceill
2020-04-24 00:00:47 -04:00
parent 0ba4685ee1
commit a586e2b8d1
2 changed files with 8 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}