Modify prettier configuration to reflect current rules.

Signed-off-by: Volker Theile <votdev@gmx.de>
This commit is contained in:
Volker Theile 2020-02-06 09:19:27 +01:00
parent 155fa35254
commit c10e40e229

View File

@ -1,5 +1,5 @@
{
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true
"singleQuote": false
}