Add prettier config.

This commit is contained in:
Dillon Kearns 2021-07-10 07:53:14 -07:00
parent 5df5c654dd
commit 86383a89ae

7
.prettierrc Normal file
View File

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