Add prettier configuration

Signed-off-by: Volker Theile <votdev@gmx.de>
This commit is contained in:
Volker Theile 2020-02-06 09:17:02 +01:00
parent a98b29c99f
commit 155fa35254
2 changed files with 6 additions and 0 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
*.html

5
.prettierrc Normal file
View File

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