fix(web): 🐛 configure prettier eol

This commit is contained in:
Collin M. Barrett 2020-09-20 14:32:08 -05:00
parent 42c3f17209
commit df9b9029f4

3
web/.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"endOfLine": "auto"
}