add config for code formatter (prettier)

This commit is contained in:
Florian Dold 2019-06-26 15:29:59 +02:00
parent bf52d4b844
commit 420a5ba23a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}