Add .prettierrc

This commit is contained in:
Heinrich Filter 2017-09-19 09:14:04 +02:00
parent 4448f72aee
commit 1ccd4af3cb

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"semi": false,
"singleQuote": true
}