add prettier config

This commit is contained in:
Evo Stamatov 2022-05-11 10:13:30 +10:00
parent 4df3af4888
commit fd374ff6fd

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"printWidth": 130,
"singleQuote": true
}