Add prettierrc file so vscode will respect it

This commit is contained in:
Mads Hartmann 2018-08-02 19:25:51 +02:00
parent c29b88050c
commit 4a410fa439

6
.prettierrc Normal file
View File

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