Add prettier configuration

[MAILPOET-4075]
This commit is contained in:
Jan Jakes
2022-04-08 10:14:55 +02:00
committed by Veljko V
parent 50c80b8a05
commit 9055bdeb11
2 changed files with 30 additions and 0 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all"
}